# HG changeset patch # User erasmus-medical-center # Date 1548782003 18000 # Node ID e93e39c121b16eeee0858e64bbb49adbfd3eca82 # Parent 607c5e7e0a64893974a209165e316bc02b58a505 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/mycrobiota commit aadbfac9c48191cac625f10590082a6d1a0bfd09 diff -r 607c5e7e0a64 -r e93e39c121b1 recover_samples_discarded_by_subsample.xml --- a/recover_samples_discarded_by_subsample.xml Wed Dec 13 10:09:50 2017 -0500 +++ b/recover_samples_discarded_by_subsample.xml Tue Jan 29 12:13:23 2019 -0500 @@ -19,17 +19,17 @@ && if [ -z "\$samples"]; then - touch fasta.pick.dat; - touch group.pick.dat; + cp fasta2.dat final_fasta; + cp group2.dat final_group; else echo "get.groups(fasta=fasta.dat, group=group.dat, groups=\$samples)" | sed 's/ //g' | mothur; - fi + + ## merge selected reads (fasta.pick.dat) with the fasta file from after sub.sample + echo "merge.files(input=fasta2.dat-fasta.pick.dat, output=final_fasta)" | sed 's/ //g' | mothur; - ## merge selected reads (fasta.pick.dat) with the fasta file from after sub.sample - && echo "merge.files(input=fasta2.dat-fasta.pick.dat, output=final_fasta)" | sed 's/ //g' | mothur - - ## merge group files - && echo "merge.files(input=group2.dat-group.pick.dat, output=final_group)" | sed 's/ //g' | mothur + ## merge group files + echo "merge.files(input=group2.dat-group.pick.dat, output=final_group)" | sed 's/ //g' | mothur; + fi ]]> @@ -53,6 +53,15 @@ + + + + + + + + +