# HG changeset patch # User qfab # Date 1409271715 14400 # Node ID 89563c2b1f7140f22dff826601e5906bd8fdd1f7 # Parent d33922d2b6e0b45405a6bf0f525156db424f45da Uploaded diff -r d33922d2b6e0 -r 89563c2b1f71 bowtie_for_fasta-254d8bd5d21a/bowtie_for_fasta_wrapper.xml --- a/bowtie_for_fasta-254d8bd5d21a/bowtie_for_fasta_wrapper.xml Thu Aug 28 20:20:48 2014 -0400 +++ b/bowtie_for_fasta-254d8bd5d21a/bowtie_for_fasta_wrapper.xml Thu Aug 28 20:21:55 2014 -0400 @@ -7,27 +7,20 @@ bowtie_for_fasta_wrapper.py ## Hackish setting of number of threads - --threads="4" - ## Output - #if str( $outformat) == "sam": - -S "true" - --output "${samoutput}" - #else: - -S "false" - --output "${taboutput}" - #end if - - -## #if $output_unmapped_reads_l -## --output_unmapped_reads="${output_unmapped_reads_l}" -## #end if -## #if $output_suppressed_reads_l -## --output_suppressed_reads="${output_suppressed_reads_l}" -## #end if -## --galaxy_input_format="${singlePaired.sInput1.ext}" + --threads="4" + ## valid Alignments according to the following policy + -n "${validal}" + ## Suppress all alignments for a particular read or pair if more + -m "${suppal}" + ## Report up to int valid alignments + -k "${reportvalal}" + ## The "seed length" + -l "${seedlength}" + ## Mismatched + -e "${maqerr}" + ## The query input files ## Inputs --dataType="solexa" ##this indicates that nucleotide base space is used in the wrapper -## --suppressHeader="${suppressHeader}" --genomeSource="${refGenomeSource.genomeSource}" #if $refGenomeSource.genomeSource == "history": ##index already exists @@ -61,31 +54,16 @@ ##use pre-built index --ref="${refGenomeSource.index.fields.path}" #end if - --input1="${sInput1}" - --params="${Params.sSettingsType}" - --mismatchQual="${sMismatchQual}" - --mismatchSeed="${sMismatchSeed}" - --seedLen="${sSeedLen}" - --suppressAlign="${sSuppressAlign}" - --valAlign="${sValAlign}" - #unless $Params.sSettingsType: - --skip="${Params.sSkip}" - --alignLimit="${Params.sAlignLimit}" - --trimH="${Params.sTrimH}" - --trimL="${Params.sTrimL}" - --rounding="${Params.sRounding}" - --maqSoapAlign="${Params.sMaqSoapAlign}" - --tryHard="${Params.sTryHard}" - --best="${Params.sBestOption.sBest}" - #if $Params.sBestOption.sBest == "doBest": - --maxBacktracks="${Params.sBestOption.sdMaxBacktracks}" - --strata="${Params.sBestOption.sdStrata}" - #else: - --maxBacktracks="${Params.sBestOption.snMaxBacktracks}" - #end if - --offrate="${Params.sOffrate}" - --seed="${Params.sSeed}" - #end unless + ##FASTA file + -f "${sInput1}" + ## Output format + #if str( $outformat) == "sam" + -S "true" + -o "${samoutput}" + #else + -S "false" + -o "${fastaoutput}" + #end if @@ -151,63 +129,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + - outformat == "sam" + outformat == "sam" @@ -226,8 +170,8 @@ - - outformat == "tab" + + outformat == "tab" @@ -243,6 +187,6 @@ - +