# HG changeset patch # User galaxyp # Date 1715188348 0 # Node ID c56ca72c129eda49c94ee4733b2e27fdb5b32869 # Parent 0f0095bde8982af1079cccf27b0e9f041120f8eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pepquery2 commit 22916ed24dfb8452c8142e5d6b282d0e931af91f diff -r 0f0095bde898 -r c56ca72c129e macros.xml --- 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 @@ 2.0.2 - 1 + 2 10.1101/gr.235028.118 @@ -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