Repository 'salmon'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/salmon

Changeset 1:c1d822f84e1a (2017-02-02)
Previous changeset 0:91f3a2147127 (2016-11-15) Next changeset 2:1b22d8a18acc (2017-04-13)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit f437f5e8c6c856c6f0bb8d8ea6e34f5441ee088f
modified:
README.rst
salmon.xml
b
diff -r 91f3a2147127 -r c1d822f84e1a README.rst
--- a/README.rst Tue Nov 15 11:36:41 2016 -0500
+++ b/README.rst Thu Feb 02 19:38:01 2017 -0500
b
@@ -10,7 +10,8 @@
 Automated Installation
 ======================
 
-Galaxy should be able to automatically install the salmon for you.
+Galaxy should be able to automatically install the salmon for you if you have Conda dependency management enabled in Galaxy.
+For more information please read the documentation at: https://github.com/galaxyproject/galaxy/blob/dev/doc/source/admin/conda_faq.rst
 
 
 History
b
diff -r 91f3a2147127 -r c1d822f84e1a salmon.xml
--- a/salmon.xml Tue Nov 15 11:36:41 2016 -0500
+++ b/salmon.xml Thu Feb 02 19:38:01 2017 -0500
b
@@ -28,8 +28,8 @@
         mkdir ./index
         &&
         mkdir ./output
-        &&
         #if $refTranscriptSource.TranscriptSource == "history":
+            &&
             salmon index
                 --transcripts $refTranscriptSource.ownFile
                 --kmerLen $refTranscriptSource.kmerLen