changeset 1:0ad236ebce58 draft

"planemo upload commit bbcbc29ef60120ea945879874ca92fb098dda8bf"
author genouest
date Mon, 13 Dec 2021 14:02:17 +0000
parents 634f24781928
children ede259dbb1a1
files pep_match.xml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pep_match.xml	Fri Dec 10 10:32:21 2021 +0000
+++ b/pep_match.xml	Mon Dec 13 14:02:17 2021 +0000
@@ -4,9 +4,11 @@
         <container type="docker">dockerprotim/peptimapper</container>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-LXRunPepMatch -D $D -t $t -T $T -d $d '$fastafile' '$tagsfile' &&
-mv '${tagsfile}'.\$(basename '${fastafile}').trans.${D}.hit ${hitsfile} &&
-mv '${tagsfile}'.\$(basename '${fastafile}').trans.${D}.hit.${t}.${T}.${d}.clust '${clustersfile}'
+ln -s '$fastafile' 'in.fa' &&
+ln -s '$tagsfile' 'in.tags' &&
+LXRunPepMatch -D $D -t $t -T $T -d $d 'in.fa' 'in.tags' &&
+mv 'in.tags.in.fa.trans.${D}.hit' ${hitsfile} &&
+mv 'in.tags.in.fa.trans.${D}.hit.${t}.${T}.${d}.clust' '${clustersfile}'
     ]]></command>
     <inputs>
         <param name="tagsfile" type="data" format="txt" label="PSTs file (Text)" help="Peptide sequence tags file generated by PepnovoTag" />