# HG changeset patch
# User jjohnson
# Date 1594137388 14400
# Node ID aa52f0eadc85ba6243dac0e353d501b8158d1c3d
# Parent 174886084dc5b0954c629eacf9e62aa34d04e89f
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 96a023cccea27c30ff61caf271a3c79b92db1873"
diff -r 174886084dc5 -r aa52f0eadc85 encyclopedia_quantify.xml
--- a/encyclopedia_quantify.xml Thu Jul 02 11:07:46 2020 -0400
+++ b/encyclopedia_quantify.xml Tue Jul 07 11:56:28 2020 -0400
@@ -4,7 +4,7 @@
macros.xml
-
@@ -47,6 +49,10 @@
+
@@ -76,13 +82,23 @@
-
+
+
a and 'peptides' in select_outputs
-
+
a and 'proteins' in select_outputs
diff -r 174886084dc5 -r aa52f0eadc85 macros.xml
--- a/macros.xml Thu Jul 02 11:07:46 2020 -0400
+++ b/macros.xml Tue Jul 07 11:56:28 2020 -0400
@@ -31,14 +31,12 @@
#end if
#end def
#def clean($name1)
- ## #set $name_clean = $re.sub('[^\w\-_\.]', '_', $re.sub('(?i[.](fa|fasta|imzml|mzml)$)','', $re.sub('.*/','', $name1.rstrip('.gz'))))
- ## #set $name_clean = $re.sub('[^\w\-_\.]', '_', $re.sub('.*/','', $name1.rstrip('.gz')))
- #set $name_clean = $re.sub('[^\w\-_\.]', '_', $re.sub('(?i)[.](fa|fasta|imzml|mzml)$','', $re.sub('.*/','', $name1.rstrip('.gz'))))
+ #set $name_clean = $re.sub('[^\w\-_]', '_', $re.sub('(?i)[.](fa|fasta|imzml|mzml)$','', $re.sub('.*/','', $name1.rstrip('.gz'))))
#return $name_clean
#end def
#def ln_name($ds)
#set $ext = ''
- #if $ds.is_of_type('mzml')
+ #if $ds.is_of_type('mzml') or $ds.is_of_type('imzml')
#set $ext = ".mzML"
#else if $ds.is_of_type('elib')
#set $ext = ".elib"