Mercurial > repos > galaxyp > pepquery2_index
changeset 2:c56ca72c129e draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 22916ed24dfb8452c8142e5d6b282d0e931af91f
author | galaxyp |
---|---|
date | Wed, 08 May 2024 17:12:28 +0000 |
parents | 0f0095bde898 |
children | |
files | macros.xml |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Oct 18 06:40:34 2023 +0000 +++ b/macros.xml Wed May 08 17:12:28 2024 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">2.0.2</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <xml name="citations"> <citations> <citation type="doi">10.1101/gr.235028.118</citation> @@ -20,7 +20,7 @@ #end if #end def #def clean($name1) - #set $name_clean = $re.sub('[^\w\-_]', '_', $re.sub('(?i)[.](fa|fas|fasta|imzml|mzml|mzxml|mgf|raw)$','', $re.sub('.*/','', $name1.rstrip('.gz')))) + #set $name_clean = $re.sub('[^\w\-_]', '_', $re.sub('(?i)[.](fa|fas|fasta|imzml|mzml|mzxml|mgf)$','', $re.sub('.*/','', $name1.rstrip('.gz')))) #return $name_clean #end def #def ln_name($ds) @@ -31,8 +31,6 @@ #set $ext = ".mzXML" #else if $ds.is_of_type('mgf') #set $ext = ".mgf" - #else if $ds.is_of_type('thermo.raw') - #set $ext = ".raw" #else if $ds.is_of_type('fasta') #set $ext = ".fasta" #end if