changeset 3:3b7938dfd6f9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit ee42c322505b6e4e79b1398995c6474250355cef-dirty
author iuc
date Mon, 04 May 2015 14:04:09 -0400
parents 321052560490
children 67b69bf76cd5
files 1.11.6-release.zip download.php?id=100&fmt=.zip jbrowse.xml macros.xml tool_dependencies.xml
diffstat 5 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file 1.11.6-release.zip has changed
Binary file download.php?id=100&fmt=.zip has changed
--- a/jbrowse.xml	Mon May 04 12:35:11 2015 -0400
+++ b/jbrowse.xml	Mon May 04 14:04:09 2015 -0400
@@ -22,7 +22,7 @@
 --outdir $default.files_path
 > $default]]></command>
   <inputs>
-    <param label="Genome" name="positional_1" type="data"/>
+    <param label="Genome" name="positional_1" type="data" format="fasta"/>
     <repeat name="repeat_2" title="Annotation Track">
       <param label="GFF3/BED" format="gff,gff3,bed" name="gff3"
           type="data"/>
--- a/macros.xml	Mon May 04 12:35:11 2015 -0400
+++ b/macros.xml	Mon May 04 14:04:09 2015 -0400
@@ -2,7 +2,7 @@
 <macros>
   <xml name="requirements">
     <requirements>
-      <requirement type="package" version="1.11.6">package_jbrowse</requirement>
+      <requirement type="package" version="1.11.6">jbrowse</requirement>
       <yield/>
     </requirements>
   </xml>
--- a/tool_dependencies.xml	Mon May 04 12:35:11 2015 -0400
+++ b/tool_dependencies.xml	Mon May 04 14:04:09 2015 -0400
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="package_jbrowse" version="1.11.6">
+  <package name="jbrowse" version="1.11.6">
     <repository changeset_revision="2e4ab4dfc9c8" name="package_jbrowse_1_11_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
   </package>
 </tool_dependency>