Mercurial > repos > galaxyworks > seqprep
diff seqPrep.xml @ 2:dd2c54f4a12e draft default tip
"planemo upload for repository https://github.com/galaxy-works/shed-tools/tree/main/tools/seqprep commit 80ec6fb196df94824c51fc6b0357156182df541e"
author | galaxyworks |
---|---|
date | Sun, 28 Feb 2021 22:21:38 +0000 |
parents | d1130c342dc9 |
children |
line wrap: on
line diff
--- a/seqPrep.xml Sun Feb 28 21:52:26 2021 +0000 +++ b/seqPrep.xml Sun Feb 28 22:21:38 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="seqprep" name="SeqPrep" version="0.2.1"> +<tool id="seqprep" name="SeqPrep" version="0.2.2"> <description>merge paired end Illumina reads</description> <requirements> <requirement type="package" version="1.3.2">seqprep</requirement> @@ -100,7 +100,7 @@ && zcat -f two.gz > '$two' #if $save_discarded && zcat -f three.gz > '$three' - && zcat -f found.gz > '$four' + && zcat -f four.gz > '$four' #end if ]]></command> <inputs>