commit/galaxy-central: dan: Have Picard MergeSamFiles use return code to determine tool error.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/216d4f094804/ changeset: 216d4f094804 user: dan date: 2011-10-27 16:54:42 summary: Have Picard MergeSamFiles use return code to determine tool error. affected #: 1 file diff -r 0ba260ea43c4e9613965e9f32705a118bab7c3ec -r 216d4f09480468bb01ee56df9a393c5b740fe51d tools/samtools/sam_merge.xml --- a/tools/samtools/sam_merge.xml +++ b/tools/samtools/sam_merge.xml @@ -9,6 +9,7 @@ I=${i.input} #end for 2> $outlog + || echo "Error running Picard MergeSamFiles" >&2 </command><inputs><param name="title" label="Name for the output merged bam file" type="text" default="Merged.bam" Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket