comparison feelnc_wrapper.xml @ 4:67af24676bd6 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/feelnc commit 8913264abbcee238b5ef81268d111db98c942bfe"
author iuc
date Thu, 23 Sep 2021 18:18:45 +0000
parents 095162ba8e90
children 55daa4712413
comparison
equal deleted inserted replaced
3:095162ba8e90 4:67af24676bd6
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <tool id="feelnc" name="FEELnc" profile="17.01" version="0.2"> 2 <tool id="feelnc" name="FEELnc" profile="17.01" version="0.2">
3 <description>FlExible Extraction of LncRNA</description> 3 <description>FlExible Extraction of LncRNA</description>
4 <xrefs>
5 <xref type="bio.tools">feelnc</xref>
6 </xrefs>
4 <requirements> 7 <requirements>
5 <requirement type="package" version="0.2">feelnc</requirement> 8 <requirement type="package" version="0.2">feelnc</requirement>
6 </requirements> 9 </requirements>
7 <command detect_errors="aggressive"><![CDATA[ 10 <command detect_errors="aggressive"><![CDATA[
8 export FEELNCPATH=\$(dirname \$(command -v FEELnc_pipeline.sh))/../ && 11 export FEELNCPATH=\$(dirname \$(command -v FEELnc_pipeline.sh))/../ &&
9 12 ## Symlink the genome FASTA to the working directory to avoid writing .index to inputdir
13 ln -s '$genome' genome_fa &&
10 FEELnc_pipeline.sh 14 FEELnc_pipeline.sh
11 --candidate='${candidate}' 15 --candidate='${candidate}'
12 --reference='${reference}' 16 --reference='${reference}'
13 --genome='${genome}' 17 --genome=genome_fa
14 --outname='candidate_lncRNA' 18 --outname='candidate_lncRNA'
15 --outdir='out_feelnc' 19 --outdir='out_feelnc'
16 20
17 && 21 &&
18 22