Mercurial > repos > iuc > colibread_discosnp_pp
annotate discosnp_pp.xml @ 6:b3b0ce84e711 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 747394d19e88a569a5154615e366ea0401c820dd
| author | iuc |
|---|---|
| date | Sat, 05 Oct 2024 19:55:25 +0000 |
| parents | fd98c5af5a6c |
| children |
| rev | line source |
|---|---|
|
6
b3b0ce84e711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 747394d19e88a569a5154615e366ea0401c820dd
iuc
parents:
5
diff
changeset
|
1 <tool id="discosnp_pp" name="DiscoSnp++" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
2 <description>is an efficient tool for detecting SNPs without a reference genome.</description> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
3 <macros> |
|
6
b3b0ce84e711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 747394d19e88a569a5154615e366ea0401c820dd
iuc
parents:
5
diff
changeset
|
4 <token name="@TOOL_VERSION@">2.5.4</token> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
6 </macros> |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
7 <expand macro="discosnp_requirements" /> |
|
5
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
9 #if str($input_type_options.input_type) == "single": |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
10 @discosnp_single_for@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
11 @single_reads@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
12 @discosnp_single_end_for@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
13 #else if str($input_type_options.input_type) == "paired": |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
14 @discosnp_paired_for@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
15 @paired_reads@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
16 @discosnp_paired_end_for@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
17 #else: |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
18 @discosnp_single_for@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
19 @single_reads@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
20 @discosnp_single_end_for@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
21 @discosnp_paired_for@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
22 @paired_reads@ |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
23 @discosnp_paired_end_for@ |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
24 #end if |
|
5
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
25 #if str($VCF_option.mapping) == 'reference': |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
26 #set $reference_file = os.path.basename(str($VCF_option.G)) + "." + $VCF_option.G.ext |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
27 ln -sf '${VCF_option.G}' '${reference_file}' && |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
28 #end if |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
29 run_discoSnp++.sh |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
30 @discosnp_inputs@ |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
31 ${T} |
|
4
912d042e4f1e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents:
1
diff
changeset
|
32 -b ${b} |
|
5
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
33 #if str($VCF_option.mapping) == 'reference': |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
34 -G '${reference_file}' |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
35 ${VCF_option.R} |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
36 #end if |
|
4
912d042e4f1e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents:
1
diff
changeset
|
37 --max_threads \${GALAXY_SLOTS:-1} |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
38 ]]></command> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
39 <inputs> |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
40 <expand macro="discosnp_inputs" /> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
41 <param argument="-b" type="select" label="Branching strategy"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
42 <option value="0">variants for which any of the two paths is branching are discarded</option> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
43 <option value="1">forbid SNPs for wich the two paths are branching</option> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
44 <option value="2">No limitation on branching</option> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
45 </param> |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
46 <expand macro="discosnp_options" /> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
47 <param argument="-T" type="boolean" checked="false" truevalue="-T" falsevalue="" label="Extends each polymorphism with left and right contigs" /> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
48 <conditional name="VCF_option" > |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
49 <param name="mapping" type="select" label="VCF option"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
50 <option value="default">Do not use reference genome</option> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
51 <option value="reference">Mapping with a reference genome</option> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
52 </param> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
53 <when value="default"></when> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
54 <when value="reference"> |
|
5
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
55 <param argument="-G" type="data" format="fasta,fasta.gz,fastq,fastq.gz" label="Reference genome file" /> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
56 <param argument="-R" type="boolean" truevalue="-R" falsevalue="" checked="false" label="Use the reference genome also in the variant calling, not only for mapping results" /> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
57 </when> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
58 </conditional> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
59 </inputs> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
60 <outputs> |
|
6
b3b0ce84e711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 747394d19e88a569a5154615e366ea0401c820dd
iuc
parents:
5
diff
changeset
|
61 <data name="vcf" from_work_dir="*_coherent.vcf" format="vcf" label="${tool.name} on ${on_string}: VCF"/> |
|
b3b0ce84e711
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 747394d19e88a569a5154615e366ea0401c820dd
iuc
parents:
5
diff
changeset
|
62 <data name="fasta" from_work_dir="*_coherent.fa" format="fasta" label="${tool.name} on ${on_string}: FASTA"/> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
63 </outputs> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
64 <tests> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
65 <test> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
66 <conditional name="input_type_options"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
67 <param name="input_type" value="single"/> |
|
5
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
68 <param name="list_reads" value="discosnp/reads1.gz,discosnp/reads2.gz" ftype="fasta.gz" /> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
69 </conditional> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
70 <param name="k" value="25"/> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
71 <output name="fasta" file="discosnp/multifasta.fa"/> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
72 <output name="vcf" file="discosnp/vcf_file.vcf" compare="diff" lines_diff="2"/> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
73 </test> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
74 <test> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
75 <conditional name="input_type_options"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
76 <param name="input_type" value="paired"/> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
77 <param name="list_paired_reads"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
78 <collection type="list:paired"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
79 <element name="Pair1"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
80 <collection type="paired"> |
|
5
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
81 <element name="forward" value="discosnp/reads1.gz" ftype="fasta.gz"/> |
|
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
82 <element name="reverse" value="discosnp/reads2.gz" ftype="fasta.gz"/> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
83 </collection> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
84 </element> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
85 </collection> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
86 </param> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
87 </conditional> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
88 <conditional name="VCF_option"> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
89 <param name="mapping" value="reference"/> |
|
5
fd98c5af5a6c
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents:
4
diff
changeset
|
90 <param name="G" value="discosnp/reads1.gz" ftype="fasta.gz"/> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
91 </conditional> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
92 <output name="fasta" file="discosnp/multifasta_paired.fa"/> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
93 <output name="vcf" file="discosnp/vcf_file_paired.vcf" compare="diff" lines_diff="2"/> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
94 </test> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
95 </tests> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
96 <help><![CDATA[ |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
97 |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
98 **Description** |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
99 |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
100 Software discoSnp is designed for discovering Single Nucleotide Polymorphism (SNP) from raw set(s) of reads obtained with Next Generation Sequencers (NGS). |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
101 |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
102 Note that number of input read sets is not constrained, it can be one, two, or more. Note also that no other data as reference genome or annotations are needed. |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
103 |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
104 The software is composed by two modules. First module, kissnp2, detects SNPs from read sets. A second module, kissreads, enhance the kissnp2 results by computing per read set and for each found SNP i/ its mean read coverage and ii/ the (phred) quality of reads generating the polymorphism. |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
105 |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
106 Note that from release of DiscoSnp++-2.0.6, the tool also detects close SNPs and indels. |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
107 |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
108 @discosnp_help@ |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
109 |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
110 ]]></help> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
111 <expand macro="citations"> |
|
1
c2d90cc4a063
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
0
diff
changeset
|
112 <expand macro="discosnp_citation" /> |
|
0
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
113 </expand> |
|
dc70286127fe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit a213833526146246d277ec7851165971449b501e
iuc
parents:
diff
changeset
|
114 </tool> |
