Mercurial > repos > matthias > dada2_filterandtrim
annotate macros.xml @ 0:1d6e206b8291 draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
| author | matthias | 
|---|---|
| date | Fri, 08 Mar 2019 06:36:53 -0500 | 
| parents | |
| children | ea3c356bff55 | 
| rev | line source | 
|---|---|
| 
0
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
1 <?xml version="1.0"?> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
2 <macros> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
3 <xml name="requirements"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
4 <requirements> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
5 <requirement type="package" version="@DADA2_VERSION@">bioconductor-dada2</requirement> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
6 <yield/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
7 </requirements> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
8 </xml> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
9 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
10 <token name="@DADA2_VERSION@">1.10.0</token> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
11 <token name="@WRAPPER_VERSION@">0</token> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
12 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
13 <xml name="version_command"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
14 <version_command><![CDATA[ | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
15 echo $(R --version | grep version | grep -v GNU)", dada2 version" $(R --vanilla --slave -e "library(dada2); cat(sessionInfo()\$otherPkgs\$dada2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
16 ]]></version_command> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
17 </xml> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
18 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
19 echo $(R --version | grep version | grep -v GNU)", DESeq2 version" $(R --vanilla --slave -e "library(dada2); cat(sessionInfo()\$otherPkgs\$dada2\$Version)" 2> /dev/null | grep -v -i "WARNING: ") | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
20 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
21 <xml name="citations"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
22 <citations> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
23 <citation type="doi">10.1038/nmeth.3869</citation> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
24 </citations> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
25 </xml> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
26 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
27 <token name="@DADA_UNIQUES@">dada2_derep,dada2_dada,dada2_mergepairs</token> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
28 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
29 <token name="@READ_FOO@"><![CDATA[ | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
30 #def read_data($dataset) | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
31 #if $dataset.is_of_type('dada2_derep') | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
32 readRDS(file.path('$dataset.extra_files_path', 'Rdata')) | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
33 #else if $dataset.is_of_type('dada2_dada') | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
34 readRDS('$dataset') | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
35 #else if $dataset.is_of_type('dada2_sequencetable') | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
36 as.matrix( read.table('$dataset', header=T, sep="\t", row.names=1) ) | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
37 #else if $dataset.is_of_type('dada2_mergepairs') | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
38 read.table('$dataset', header=T, sep="\t" ) | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
39 #else if $dataset.is_of_type('tabular') | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
40 read.table('$dataset', header=T, sep="\t", row.names=1 ) | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
41 #else | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
42 #raise Exception("error: unknown input type") | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
43 #end if | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
44 #end def | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
45 ]]></token> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
46 <!-- for filterAndTrim --> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
47 <xml name="trimmers"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
48 <section name="trim" title="trimming parameters"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
49 <param name="truncQ" type="integer" value="2" min="0" label="Truncate reads at quality threshold" help="Truncate reads at the first instance of a quality score less than or equal to this threshold"/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
50 <param name="truncLen" type="integer" value="0" min="0" label="Truncate read length" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
51 <param name="trimLeft" type="integer" value="0" min="0" label="Remove nucleotides from start" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
52 <param name="trimRight" type="integer" value="0" min="0" label="Remove nucleotides from end" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
53 </section> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
54 </xml> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
55 <xml name="filters"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
56 <section name="filter" title="filtering parameters"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
57 <param name="maxLen" type="integer" value="" optional="true" min="0" label="Remove reads longer than" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
58 <param name="minLen" type="integer" value="20" min="0" label="Remove reads shorter than" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
59 <param name="maxN" type="integer" value="0" min="0" label="Remove reads with more Ns" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
60 <param name="minQ" type="integer" value="0" min="0" label="Remove reads containing quality" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
61 <param name="maxEE" type="integer" value="" optional="true" min="0" label="Remove reads by expected errors" help=""/> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
62 </section> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
63 </xml> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
64 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
65 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
66 <xml name="errorEstimationFunction"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
67 <param name="errfoo" type="select" label="Error function"> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
68 <option value="loessErrfun">loess</option> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
69 <option value="noqualErrfun">noqual</option> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
70 <option value="PacBioErrfun">PacBio</option> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
71 </param> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
72 </xml> | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
73 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
74 | 
| 
 
1d6e206b8291
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit d63c84012410608b3b5d23e130f0beff475ce1f8-dirty
 
matthias 
parents:  
diff
changeset
 | 
75 </macros> | 
