Mercurial > repos > bgruening > salmon
comparison salmon.xml @ 1:c1d822f84e1a draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit f437f5e8c6c856c6f0bb8d8ea6e34f5441ee088f
author | bgruening |
---|---|
date | Thu, 02 Feb 2017 19:38:01 -0500 |
parents | 91f3a2147127 |
children | 1b22d8a18acc |
comparison
equal
deleted
inserted
replaced
0:91f3a2147127 | 1:c1d822f84e1a |
---|---|
26 <version_command>salmon -version</version_command> | 26 <version_command>salmon -version</version_command> |
27 <command><![CDATA[ | 27 <command><![CDATA[ |
28 mkdir ./index | 28 mkdir ./index |
29 && | 29 && |
30 mkdir ./output | 30 mkdir ./output |
31 && | |
32 #if $refTranscriptSource.TranscriptSource == "history": | 31 #if $refTranscriptSource.TranscriptSource == "history": |
32 && | |
33 salmon index | 33 salmon index |
34 --transcripts $refTranscriptSource.ownFile | 34 --transcripts $refTranscriptSource.ownFile |
35 --kmerLen $refTranscriptSource.kmerLen | 35 --kmerLen $refTranscriptSource.kmerLen |
36 --threads "\${GALAXY_SLOTS:-4}" | 36 --threads "\${GALAXY_SLOTS:-4}" |
37 --index './index' | 37 --index './index' |