# HG changeset patch # User earlhaminst # Date 1621451708 0 # Node ID cf56a65533859aaa0d69a1380a2375a37d6fa15e # Parent 85da3173a48842530b8fd10618d88d3f520696e1 "planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/lotus2 commit 4f154640ea9b8d9472307287f0ee6483649c9466" diff -r 85da3173a488 -r cf56a6553385 lotus2.xml --- a/lotus2.xml Wed May 19 02:38:24 2021 +0000 +++ b/lotus2.xml Wed May 19 19:15:08 2021 +0000 @@ -1,7 +1,7 @@ fast OTU processing pipeline - 2.05.1 + 2.06 @@ -11,6 +11,10 @@ + + + + @@ -18,12 +22,28 @@ lotus2 --version - + @@ -122,33 +153,66 @@ + + + + + + + + + + + + + + + + + + +
- - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - + +
- - - - - - + + + + + + @@ -182,6 +246,12 @@ + + + + + +
@@ -190,9 +260,8 @@ - - - + + @@ -203,7 +272,7 @@ - + diff -r 85da3173a488 -r cf56a6553385 test-data/mapping.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/mapping.txt Wed May 19 19:15:08 2021 +0000 @@ -0,0 +1,3 @@ +#SampleID fastqFile SequencingRun +SMPL0 Anh_sample1.fastq.gz a +SMPL1 Anh_sample2.fastq.gz a diff -r 85da3173a488 -r cf56a6553385 tool-data/all_fasta.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/all_fasta.loc.sample Wed May 19 19:15:08 2021 +0000 @@ -0,0 +1,18 @@ +#This file lists the locations and dbkeys of all the fasta files +#under the "genome" directory (a directory that contains a directory +#for each build). The script extract_fasta.py will generate the file +#all_fasta.loc. This file has the format (white space characters are +#TAB characters): +# +# +# +#So, all_fasta.loc could look something like this: +# +#apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa +#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa +#hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa +# +#Your all_fasta.loc file should contain an entry for each individual +#fasta file. So there will be multiple fasta files for each build, +#such as with hg19 above. +# diff -r 85da3173a488 -r cf56a6553385 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed May 19 19:15:08 2021 +0000 @@ -0,0 +1,9 @@ + + + + + value, dbkey, name, path + +
+
+