Mercurial > repos > thanhlv > bin3c
comparison mkmap.xml @ 10:59f01b08b3e1 draft
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/bin3C commit 70fbc98b2ff2be134400e4dc0df1ed60458d0604-dirty
| author | thanhlv |
|---|---|
| date | Thu, 03 Oct 2019 08:54:55 -0400 |
| parents | 5a53c997fc3e |
| children | cc6f22df0a68 |
comparison
equal
deleted
inserted
replaced
| 9:5a53c997fc3e | 10:59f01b08b3e1 |
|---|---|
| 16 --bin-size $bin_size | 16 --bin-size $bin_size |
| 17 --min-insert $min_insert | 17 --min-insert $min_insert |
| 18 --min-mapq $min_mapq | 18 --min-mapq $min_mapq |
| 19 --strong $strong | 19 --strong $strong |
| 20 #if str($neb_name) != "": | 20 #if str($neb_name) != "": |
| 21 #set $_neb_name = ' -e '.join( str( $neb_name ).split( ';' ) ) | 21 -e #echo ' -e '.join(str( $neb_name ).split( ';' ))# |
| 22 -e ${_neb_name} | |
| 23 #end if | 22 #end if |
| 24 $ref $bam out | 23 $ref $bam out |
| 25 ]]></command> | 24 ]]></command> |
| 26 | 25 |
| 27 <inputs> | 26 <inputs> |
| 42 <help><![CDATA[Use ; to separate multiple enzymes e.g enzyme1;enzyme2]]> </help> | 41 <help><![CDATA[Use ; to separate multiple enzymes e.g enzyme1;enzyme2]]> </help> |
| 43 </param> | 42 </param> |
| 44 </inputs> | 43 </inputs> |
| 45 | 44 |
| 46 <outputs> | 45 <outputs> |
| 47 <data name="contact_map" format="tar.gz" label="{tool.name} on ${on_string} Contact map" from_work_dir="out/contact_map.p.gz"/> | 46 <data name="contact_map" format="tar.gz" label="${tool.name} on ${on_string} Contact map" from_work_dir="out/contact_map.p.gz"/> |
| 48 <data name="log" format="text" label="{tool.name} on ${on_string} Log" from_work_dir="out/bin3C.log"/> | 47 <data name="log" format="text" label="${tool.name} on ${on_string} Log" from_work_dir="out/bin3C.log"/> |
| 49 </outputs> | 48 </outputs> |
| 50 | 49 |
| 51 <tests> | 50 <tests> |
| 52 <test> | 51 <test> |
| 53 </test> | 52 </test> |
