annotate discosnp_RAD.xml @ 4:923df36f6592 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
author iuc
date Thu, 06 May 2021 12:43:46 +0000
parents 2af5a5ca9c87
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
1 <tool id="discosnp_rad" name="DiscoSnpRAD" version="@DISCOSNP_VERSION@+galaxy0" profile="@PROFILE@">
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
2 <description>discovering polymorphism from raw unassembled RADSeq NGS reads.</description>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
3 <macros>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
4 <import>macros.xml</import>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
5 </macros>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
6 <expand macro="discosnp_requirements" />
4
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
8 #if str($input_type_options.input_type) == "single"
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
9 @discosnp_single_for@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
10 @single_reads@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
11 @discosnp_single_end_for@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
12 #else if str($input_type_options.input_type) == "paired"
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
13 @discosnp_paired_for@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
14 @paired_reads@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
15 @discosnp_paired_end_for@
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
16 #else
4
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
17 @discosnp_single_for@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
18 @single_reads@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
19 @discosnp_single_end_for@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
20 @discosnp_paired_for@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
21 @paired_reads@
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
22 @discosnp_paired_end_for@
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
23 #end if
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
24 CONNECTOR_PATH=`which short_read_connector.sh` &&
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
25 CONNECTOR_DIR=`dirname \$CONNECTOR_PATH` &&
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
26 run_discoSnpRad.sh
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
27 @discosnp_inputs@
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
28 -S "\$CONNECTOR_DIR"
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
29 --max_size_cluster ${max_size_cluster}
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
30 -a ${a}
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
31 ${high_precision}
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
32 --max_missing ${max_missing}
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
33 --min_rank ${min_rank}
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
34 --max_threads \${GALAXY_SLOTS:-1}
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
35 ]]></command>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
36 <inputs>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
37 <expand macro="discosnp_inputs" />
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
38 <param argument="--high_precision" type="boolean" checked="false" truevalue="--high_precision" falsevalue="" label="Lower recall / higher precision mode." help="With this parameter no symmetrical crossroads may be traversed during bubble detection (by default up to 5 symmetrical crossroads may be traversed during bubble detection)." />
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
39 <param argument="-a" type="integer" label="Maximal size of ambiguity of INDELs" value="20" help="INDELS whose ambiguity is higher than this value are not output"/>
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
40 <param argument="--max_size_cluster" type="integer" label="Discards cluster of variants containing more than this number of variants." value="150"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
41 <param argument="--max_missing" type="float" label="Remove variants with more than this proportion of missing values" value="0.95" help="Default 0.95, removes variants detected in 5% and less populations"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
42 <param argument="--min_rank" type="float" label="Remove variants whose rank is smaller than this threshold" value="0.4"/>
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
43 <expand macro="discosnp_options" />
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
44 </inputs>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
45 <outputs>
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
46 <data name="vcf" from_work_dir="discoRad_*_clustered.vcf" format="vcf" label="VCF with ${tool.name} on $on_string"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
47 <data name="fasta" from_work_dir="discoRad_*_raw.fa" format="fasta" label="Fasta with ${tool.name} on $on_string"/>
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
48 </outputs>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
49 <tests>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
50 <test>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
51 <conditional name="input_type_options">
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
52 <param name="input_type" value="single"/>
4
923df36f6592 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 8d37fef93da141323cc120b5fec737432e497dcf"
iuc
parents: 3
diff changeset
53 <param name="list_reads" value="discosnpRAD/loci_reads.gz" ftype="fasta.gz" />
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
54 </conditional>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
55 <param name="D" value="0"/>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
56 <param name="P" value="4"/>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
57 <param name="k" value="31"/>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
58 <param name="b" value="2"/>
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
59 <param name="max_size_cluster" value="50"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
60 <param name="max_missing" value="0.95"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
61 <param name="min_rank" value="0.0"/>
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
62 <output name="fasta" file="discosnpRAD/fasta.fa"/>
2
9ee3bf979757 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 45e32ab41e7cdc4e3dabe87f074f052667c22574"
iuc
parents: 0
diff changeset
63 <output name="vcf">
9ee3bf979757 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 45e32ab41e7cdc4e3dabe87f074f052667c22574"
iuc
parents: 0
diff changeset
64 <assert_contents>
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
65 <has_n_lines n="31"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
66 <has_text text="Ty=SNP;Rk=0.0;UL=23;UR=39;CL=23;CR=39;Genome=.;Sd=.;Cluster=0;ClSize=2"/>
2
9ee3bf979757 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 45e32ab41e7cdc4e3dabe87f074f052667c22574"
iuc
parents: 0
diff changeset
67 <has_text text="0/1:84:604,15,604:42,42:0,0"/>
9ee3bf979757 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 45e32ab41e7cdc4e3dabe87f074f052667c22574"
iuc
parents: 0
diff changeset
68 </assert_contents>
9ee3bf979757 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 45e32ab41e7cdc4e3dabe87f074f052667c22574"
iuc
parents: 0
diff changeset
69 </output>
3
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
70 <assert_command>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
71 <has_text text="--max_size_cluster 50"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
72 <has_text text="--max_missing 0.95"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
73 <has_text text="--min_rank 0.0"/>
2af5a5ca9c87 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 0ed02865f048ad7471ea79509c0e23162bc29166"
iuc
parents: 2
diff changeset
74 </assert_command>
0
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
75 </test>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
76 </tests>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
77 <help><![CDATA[
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
78
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
79 **Description**
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
80
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
81 Software discoSnp is designed for discovering Single Nucleotide Polymorphism (SNP) from raw set(s) of reads obtained with Next Generation Sequencers (NGS).
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
82
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
83 DiscoSnpRad uses options specific to RAD-Seq: branching strategy, kind of extensions, abundance threshold, and kind of bubbles to be found.
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
84
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
85 Moreover, it clusters variants per locus by calling the `discoRAD_finalization.sh` pipeline. Cluster information is reported in the final provided VCF file.
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
86
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
87 Note that from release of DiscoSnp++-2.0.6, the tool also detects close SNPs and indels.
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
88
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
89 @discosnp_help@
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
90
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
91
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
92 ]]></help>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
93 <expand macro="citations">
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
94 <expand macro="discosnp_citation" />
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
95 </expand>
86b6b719e47d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 7e976e65d4630ce8b485efd1d50a168ba98276e6
iuc
parents:
diff changeset
96 </tool>