changeset 9:52c8c13d0cb0 draft default tip

"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/albatradis commit a4ae35c7dd2783181218d3437c60c2bc0fe88778-dirty"
author thanhlv
date Tue, 02 Jun 2020 16:42:13 +0000
parents 9f3493add24f
children
files albatradis.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/albatradis.xml	Tue Jan 21 09:45:00 2020 +0000
+++ b/albatradis.xml	Tue Jun 02 16:42:13 2020 +0000
@@ -56,8 +56,8 @@
     
     <inputs>
         <param name="embl" type="data" format="embl" label="Select EMBLfile" help=""/>
-        <param name="case_plots" type="data" format="fastq.gz" label="Select case plot files" help=""/>
-        <param name="control_plots" type="data" format="fastq.gz" label="Select control plot files" help=""/>
+        <param name="case_plots" type="data" format="gz" label="Select case plot files" help=""/>
+        <param name="control_plots" type="data" format="gz" label="Select control plot files" help=""/>
         
         <section name="opt_args" title="Optional Arguments">
         <param argument="--span_gaps" type="integer" value="1" optional="True" label="Only look at this number of bases from start and end of fragment" help="When blocks of significat change in insertions are detected they can be fragmented, possibly being at the start and end of a gene and missing in the middle. This option allows you to span these gaps to form more contigous blocks, giving neater results. If you set this too high, then different distinct mechanisms will be merged together, giving you erroneous results." />
--- a/macros.xml	Tue Jan 21 09:45:00 2020 +0000
+++ b/macros.xml	Tue Jun 02 16:42:13 2020 +0000
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@VERSION@">1.0.3</token>
+    <token name="@VERSION@">1.0.4</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">albatradis</requirement>