Mercurial > repos > iuc > stacks2_tsv2bam
diff stacks_tsv2bam.xml @ 1:8c2617661c49 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit c300b84615660459bb0020fa74ccd3b874d329a4"
author | iuc |
---|---|
date | Mon, 30 Sep 2019 14:20:19 -0400 |
parents | 1b270fc77c81 |
children | bf0e43ab0416 |
line wrap: on
line diff
--- a/stacks_tsv2bam.xml Mon Jul 01 10:59:53 2019 -0400 +++ b/stacks_tsv2bam.xml Mon Sep 30 14:20:19 2019 -0400 @@ -10,6 +10,10 @@ mkdir stacks_inputs stacks_outputs && +#if $output_log + ln -s '$output_log' stacks_inputs/tsv2bam.log && +#end if + @LINK_STACKS_INPUT@ @LINK_CAT_INPUT@ @LINK_MATCHES_INPUT@ @@ -43,9 +47,6 @@ ## - move the additional log file 2>&1 -#if $output_log - && mv stacks_inputs/tsv2bam.log $output_log -#end if && mv stacks_inputs/*matches.bam stacks_outputs ]]></command>