Repository 'r_goseq_1_22_0'
hg clone https://toolshed.g2.bx.psu.edu/repos/mvdbeek/r_goseq_1_22_0

Changeset 15:e3b1dd2f7f70 (2016-02-25)
Previous changeset 14:ade115e181d7 (2016-02-25) Next changeset 16:8ce951313688 (2016-02-25)
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit fdd0811efc61c31f88ff17096fbe8ee8cfacd766-dirty
modified:
get_length_and_gc_content.xml
b
diff -r ade115e181d7 -r e3b1dd2f7f70 get_length_and_gc_content.xml
--- a/get_length_and_gc_content.xml Thu Feb 25 07:23:02 2016 -0500
+++ b/get_length_and_gc_content.xml Thu Feb 25 07:24:31 2016 -0500
b
@@ -9,7 +9,7 @@
         #if $fastaSource.genomeSource == "indexed":
             --fasta "$fastaSource.fasta_pre_installed.fields.path"
         #else:
-            --fasta "$fastaSource.history.fasta_history"
+            --fasta "$fastaSource.fasta_history"
         #end if
         --output "$output"
     </command>
@@ -26,7 +26,7 @@
             </param>
         </when>
         <when value="history">
-            <param format="fasta_history" label="Select a fasta file, to serve as index reference" name="fasta" type="data" />
+            <param format="fasta" label="Select a fasta file, to serve as index reference" name="fasta_history" type="data" />
         </when>
         </conditional>
     </inputs>