Mercurial > repos > iuc > pacu_map
annotate pacu_map.xml @ 0:d4cc7bbf4a14 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
| author | iuc |
|---|---|
| date | Tue, 13 Aug 2024 13:44:35 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
1 <tool id="pacu_map" name="PACU - mapping" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
2 <description>Map ONT / Illumina reads to a reference genome for PACU</description> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
3 <macros> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
5 </macros> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
6 <expand macro='xrefs'/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
8 <expand macro="version_command"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
10 <![CDATA[ |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
11 PACU_map |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
12 |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
13 ## FASTA input |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
14 --ref-fasta '$ref_fasta' |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
15 --ref-fasta-name '$ref_fasta.element_identifier' |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
16 |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
17 ## FASTQ input |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
18 --read-type $fastq_tech.read_type |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
19 #if str($fastq_tech.read_type) == 'illumina': |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
20 --fastq-illumina $fastq_tech.fastq_illumina_1 $fastq_tech.fastq_illumina_2 |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
21 --fastq-illumina-names '$fastq_tech.fastq_illumina_1.element_identifier' '$fastq_tech.fastq_illumina_2.element_identifier' |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
22 #elif str($fastq_tech.read_type) == 'ont': |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
23 --fastq-ont $fastq_tech.fastq_ont |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
24 --fastq-ont-name '$fastq_tech.fastq_ont.element_identifier' |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
25 #end if |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
26 |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
27 ## Output |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
28 --output '$bam' |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
29 |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
30 ## Other options |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
31 $trim |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
32 --dir-working \$PWD |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
33 --threads \${GALAXY_SLOTS} |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
34 ]]> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
35 </command> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
36 <inputs> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
37 <param argument="--ref-fasta" type="data" format="fasta" label="Reference genome"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
38 <conditional name="fastq_tech"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
39 <param argument="--read-type" type="select" label="FASTQ type"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
40 <option value="illumina">Illumina paired-end reads</option> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
41 <option value="ont">ONT single-end reads</option> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
42 </param> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
43 <when value="illumina"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
44 <param name="fastq_illumina_1" type="data" format="fastq,fastqsanger.gz" label="Forward reads"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
45 <param name="fastq_illumina_2" type="data" format="fastq,fastqsanger.gz" label="Reverse reads"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
46 </when> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
47 <when value="ont"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
48 <param name="fastq_ont" type="data" format="fastq,fastqsanger.gz" label="ONT reads"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
49 </when> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
50 </conditional> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
51 <param argument="--trim" type="boolean" label="Trim reads" checked="true" truevalue="--trim" falsevalue=""/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
52 </inputs> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
53 <outputs> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
54 <data name="bam" format="bam" label="Mapping on ${on_string}"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
55 </outputs> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
56 <tests> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
57 <test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
58 <!-- The line differences correspond to the three commands in the SAM header --> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
59 <param name="ref_fasta" value="NC_002695.2-subset.fasta"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
60 <conditional name="fastq_tech"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
61 <param name="read_type" value="ont"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
62 <param name="fastq_ont" value="TIAC1151-ont.gz"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
63 </conditional> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
64 <param name="trim" value="false" /> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
65 <output name="bam" ftype="bam" file="mapped_reads-ont.bam" lines_diff="6"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
66 </test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
67 <test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
68 <!-- The line differences correspond to the three commands in the SAM header --> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
69 <param name="ref_fasta" value="NC_002695.2-subset.fasta"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
70 <conditional name="fastq_tech"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
71 <param name="read_type" value="illumina"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
72 <param name="fastq_illumina_1" value="TIAC1151_1P.fastq.gz"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
73 <param name="fastq_illumina_2" value="TIAC1151_2P.fastq.gz"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
74 </conditional> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
75 <param name="trim" value="false" /> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
76 <output name="bam" ftype="bam" file="mapped_reads-ilmn.bam" lines_diff="6"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
77 </test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
78 <test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
79 <!-- The line differences correspond to the three commands in the SAM header --> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
80 <param name="ref_fasta" value="NC_002695.2-subset.fasta"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
81 <conditional name="fastq_tech"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
82 <param name="read_type" value="ont"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
83 <param name="fastq_ont" value="TIAC1151-ont.gz"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
84 </conditional> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
85 <param name="trim" value="true" /> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
86 <output name="bam" ftype="bam" file="mapped_reads_trimmed-ont.bam" lines_diff="6"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
87 </test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
88 <test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
89 <!-- The line differences correspond to the three commands in the SAM header --> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
90 <param name="ref_fasta" value="NC_002695.2-subset.fasta"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
91 <conditional name="fastq_tech"> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
92 <param name="read_type" value="illumina"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
93 <param name="fastq_illumina_1" value="TIAC1151_1P.fastq.gz"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
94 <param name="fastq_illumina_2" value="TIAC1151_2P.fastq.gz"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
95 </conditional> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
96 <param name="trim" value="true" /> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
97 <output name="bam" ftype="bam" file="mapped_reads_trimmed-ilmn.bam" lines_diff="6"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
98 </test> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
99 </tests> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
100 <help> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
101 This script maps Illumina or ONT reads to an input reference genome in FASTA format. |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
102 It also writes a custom tag to the BAM file to propagate the sample name to PACU within Galaxy. |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
103 The sample name is derived from the name of the input FASTQ files. |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
104 </help> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
105 <expand macro="citations"/> |
|
d4cc7bbf4a14
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pacu commit 4290547cefb0459595f28fbba063f2cf58b35086
iuc
parents:
diff
changeset
|
106 </tool> |
