Mercurial > repos > mbernt > maxbin2
comparison maxbin2.xml @ 8:9da9706f7ca9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maxbin2/ commit a1af4fcdd71f8a85f03db880bcc22751acd5e722
author | iuc |
---|---|
date | Sun, 14 Jan 2024 17:20:43 +0000 |
parents | 28a0b1446d2b |
children |
comparison
equal
deleted
inserted
replaced
7:28a0b1446d2b | 8:9da9706f7ca9 |
---|---|
1 <tool id="maxbin2" name="MaxBin2" version="@MAXBIN_VERSION@+galaxy5"> | 1 <tool id="maxbin2" name="MaxBin2" version="@MAXBIN_VERSION@+galaxy6"> |
2 <description>clusters metagenomic contigs into bins</description> | 2 <description>clusters metagenomic contigs into bins</description> |
3 <macros> | 3 <macros> |
4 <token name="@MAXBIN_VERSION@">2.2.7</token> | 4 <token name="@MAXBIN_VERSION@">2.2.7</token> |
5 <xml name="contig"> | 5 <xml name="contig"> |
6 <param argument="-contig" type="data" format="fasta,fasta.gz" label="Contig file"/> | 6 <param argument="-contig" type="data" format="fasta,fasta.gz" label="Contig file"/> |
39 echo '$identifier' >> reads_list && | 39 echo '$identifier' >> reads_list && |
40 #end if | 40 #end if |
41 #else | 41 #else |
42 #for $i, $r in enumerate($assembly.inputs.reads) | 42 #for $i, $r in enumerate($assembly.inputs.reads) |
43 #if $r | 43 #if $r |
44 #set $identifier = re.sub('[^\s\w\-\\.]', '_', str($r.element_identifier)) | 44 #set $identifier = re.sub('[^\w\-\\.]', '_', str($r.element_identifier)) |
45 #set $newid = $identifier + '_' + str($i) | 45 #set $newid = $identifier + '_' + str($i) |
46 #if $r.ext.endswith(".gz") | 46 #if $r.ext.endswith(".gz") |
47 gunzip -c '$r' > '$newid' && | 47 gunzip -c '$r' > '$newid' && |
48 echo '$newid' >> reads_list && | 48 echo '$newid' >> reads_list && |
49 #else | 49 #else |