Mercurial > repos > genouest > peptimapper_pep_match
changeset 1:c57d7d83f3f8 draft
"planemo upload commit bbcbc29ef60120ea945879874ca92fb098dda8bf"
author | genouest |
---|---|
date | Mon, 13 Dec 2021 14:12:43 +0000 |
parents | c42da0e5a671 |
children | bf6acfb148a8 |
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:35:58 2021 +0000 +++ b/pep_match.xml Mon Dec 13 14:12:43 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" />