diff PDAUG_Peptide_Core_Functions/PDAUG_Peptide_Core_Functions.xml @ 1:562dc0806625 draft

"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit 3c91f421d26c8f42cf2671e47db735d2cf69dde8"
author jay
date Tue, 29 Dec 2020 04:19:19 +0000
parents e743e76b8991
children 6822d43a5f84
line wrap: on
line diff
--- a/PDAUG_Peptide_Core_Functions/PDAUG_Peptide_Core_Functions.xml	Wed Oct 28 02:07:30 2020 +0000
+++ b/PDAUG_Peptide_Core_Functions/PDAUG_Peptide_Core_Functions.xml	Tue Dec 29 04:19:19 2020 +0000
@@ -16,12 +16,12 @@
               --InFile '$InFile'
 
               #if $SelCoreFunction.CoreFunction == 'mutateAA'
-                  --nr $SelCoreFunction.nr
-                  --Prob $SelCoreFunction.prob
+                  --nr '$SelCoreFunction.nr'
+                  --Prob '$SelCoreFunction.prob'
               #end if 
 
               #if $SelCoreFunction.CoreFunction == 'filteraa'
-                  --FilterAA $SelCoreFunction.FilterAA
+                  --FilterAA '$SelCoreFunction.FilterAA'
               #end if 
 
               --FastOut '$output1'