commit/galaxy-central: jgoecks: Add version command information to Cuff* tools.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e2bca7e8fe7e/ Changeset: e2bca7e8fe7e User: jgoecks Date: 2013-08-23 16:49:06 Summary: Add version command information to Cuff* tools. Affected #: 3 files diff -r fa8c4978733072137f708190e65d46c6cb616b0b -r e2bca7e8fe7e0f3022c1e1afb4a6eed54dec2bcf tools/ngs_rna/cuffcompare_wrapper.xml --- a/tools/ngs_rna/cuffcompare_wrapper.xml +++ b/tools/ngs_rna/cuffcompare_wrapper.xml @@ -4,6 +4,7 @@ <requirements><requirement type="package">cufflinks</requirement></requirements> + <version_command>cuffcompare 2>&1 | head -n 1</version_command><command interpreter="python"> cuffcompare_wrapper.py diff -r fa8c4978733072137f708190e65d46c6cb616b0b -r e2bca7e8fe7e0f3022c1e1afb4a6eed54dec2bcf tools/ngs_rna/cuffdiff_wrapper.xml --- a/tools/ngs_rna/cuffdiff_wrapper.xml +++ b/tools/ngs_rna/cuffdiff_wrapper.xml @@ -4,6 +4,7 @@ <requirements><requirement type="package">cufflinks</requirement></requirements> + <version_command>cuffdiff 2>&1 | head -n 1</version_command><command> cuffdiff --FDR=$fdr diff -r fa8c4978733072137f708190e65d46c6cb616b0b -r e2bca7e8fe7e0f3022c1e1afb4a6eed54dec2bcf tools/ngs_rna/cufflinks_wrapper.xml --- a/tools/ngs_rna/cufflinks_wrapper.xml +++ b/tools/ngs_rna/cufflinks_wrapper.xml @@ -4,6 +4,7 @@ <requirements><requirement type="package">cufflinks</requirement></requirements> + <version_command>cufflinks 2>&1 | head -n 1</version_command><command interpreter="python"> cufflinks_wrapper.py --input=$input 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)
-
commits-noreply@bitbucket.org