comparison 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
comparison
equal deleted inserted replaced
0:e743e76b8991 1:562dc0806625
14 python '$__tool_directory__/PDAUG_Peptide_Core_Functions.py' '$SelCoreFunction.CoreFunction' 14 python '$__tool_directory__/PDAUG_Peptide_Core_Functions.py' '$SelCoreFunction.CoreFunction'
15 15
16 --InFile '$InFile' 16 --InFile '$InFile'
17 17
18 #if $SelCoreFunction.CoreFunction == 'mutateAA' 18 #if $SelCoreFunction.CoreFunction == 'mutateAA'
19 --nr $SelCoreFunction.nr 19 --nr '$SelCoreFunction.nr'
20 --Prob $SelCoreFunction.prob 20 --Prob '$SelCoreFunction.prob'
21 #end if 21 #end if
22 22
23 #if $SelCoreFunction.CoreFunction == 'filteraa' 23 #if $SelCoreFunction.CoreFunction == 'filteraa'
24 --FilterAA $SelCoreFunction.FilterAA 24 --FilterAA '$SelCoreFunction.FilterAA'
25 #end if 25 #end if
26 26
27 --FastOut '$output1' 27 --FastOut '$output1'
28 28
29 ]]></command> 29 ]]></command>