Mercurial > repos > iuc > samtools_fastx
annotate samtools_fastx.xml @ 0:a0d039fa9771 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
author | iuc |
---|---|
date | Mon, 12 Mar 2018 12:53:10 -0400 |
parents | |
children | a8d69aee190e |
rev | line source |
---|---|
0
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
2 <tool id="samtools_fastx" name="Samtools extract" version="@TOOL_VERSION@"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
3 <description>FASTA or FASTQ from a SAM file</description> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
4 <macros> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
6 </macros> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
8 <expand macro="version_command" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
10 <![CDATA[ |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
11 samtools $output.output_format |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
12 #if $output.output_format == 'fastq': |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
13 -v $output.default_quality $output.output_quality |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
14 #end if |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
15 #if $reference: |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
16 --reference '$reference' |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
17 #end if |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
18 $copy_flags $omit_read_number |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
19 -0 '$nonspecific' |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
20 -1 '$forward' |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
21 -2 '$reverse' |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
22 #if str($inclusive_filter) != 'None': |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
23 #set $filter = $inclusive_filter |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
24 @FLAGS@ |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
25 -f $flags |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
26 #end if |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
27 #if str($exclusive_filter) != 'None': |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
28 #set $filter = $exclusive_filter |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
29 @FLAGS@ |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
30 -F $flags |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
31 #end if |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
32 '$input' |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
33 ]]> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
34 </command> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
35 <inputs> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
36 <param name="input" type="data" format="bam,sam" label="BAM or SAM file to convert" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
37 <param argument="--reference" type="data" format="fasta" optional="True" label="Reference FASTA" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
38 <param name="copy_flags" argument="-t" type="boolean" truevalue="-t" falsevalue="" label="Copy RG/BC/QT flags to output header" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
39 <param name="omit_read_number" argument="-n" type="boolean" truevalue="-n" falsevalue="" label="Do not append /1 and /2 to read names" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
40 <param name="inclusive_filter" argument="-f" type="select" multiple="True" label="Require that these flags be set"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
41 <expand macro="filter_options" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
42 </param> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
43 <param name="exclusive_filter" argument="-F" type="select" multiple="True" label="Exclude reads with the following flags set"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
44 <expand macro="filter_options" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
45 </param> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
46 <conditional name="output"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
47 <param name="output_format" type="select" label="Output format"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
48 <option value="fasta">FASTA</option> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
49 <option value="fastq">FASTQ</option> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
50 </param> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
51 <when value="fastq"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
52 <param name="default_quality" argument="-v" type="integer" value="1" label="Default quality if none is given" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
53 <param name="output_quality" argument="-O" type="boolean" truevalue="-O" falsevalue="" label="Output quality in the OQ tag if available" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
54 </when> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
55 <when value="fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
56 </conditional> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
57 </inputs> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
58 <outputs> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
59 <data name="nonspecific" format="fasta" label="${on_string} converted to ${output.output_format} (Neither or both)"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
60 <change_format> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
61 <when input="output_format" value="fastq" format="fastq" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
62 </change_format> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
63 </data> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
64 <data name="forward" format="fasta" label="${on_string} converted to ${output.output_format} (READ1)"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
65 <change_format> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
66 <when input="output_format" value="fastq" format="fastq" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
67 </change_format> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
68 </data> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
69 <data name="reverse" format="fasta" label="${on_string} converted to ${output.output_format} (READ2)"> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
70 <change_format> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
71 <when input="output_format" value="fastq" format="fastq" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
72 </change_format> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
73 </data> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
74 </outputs> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
75 <tests> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
76 <test> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
77 <param name="input" value="samtools_fastx-in1.bam" ftype="bam" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
78 <param name="output_format" value="fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
79 <output name="nonspecific" file="samtools_fastx-out1-1.fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
80 <output name="forward" file="samtools_fastx-out1-2.fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
81 <output name="reverse" file="samtools_fastx-out1-3.fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
82 </test> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
83 <test> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
84 <param name="input" value="samtools_fastx-in2.bam" ftype="bam" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
85 <param name="output_format" value="fastq" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
86 <output name="nonspecific" file="samtools_fastx-out2-1.fastq" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
87 <output name="forward" file="samtools_fastx-out2-2.fastq" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
88 <output name="reverse" file="samtools_fastx-out2-3.fastq" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
89 </test> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
90 <test> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
91 <param name="input" value="samtools_fastx-in3.sam" ftype="sam" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
92 <param name="output_format" value="fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
93 <output name="nonspecific" file="samtools_fastx-out3-1.fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
94 <output name="forward" file="samtools_fastx-out3-2.fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
95 <output name="reverse" file="samtools_fastx-out3-3.fasta" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
96 </test> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
97 </tests> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
98 <help> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
99 <![CDATA[ |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
100 This tool uses `Samtools <http://www.htslib.org/>`_ to extract sequences from a SAM or BAM file in FASTA or FASTQ format. |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
101 ]]> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
102 </help> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
103 <expand macro="citations" /> |
a0d039fa9771
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_fastx commit 9291a5cc3e04c19cefb28b1431a71a619e5e85b4
iuc
parents:
diff
changeset
|
104 </tool> |