comparison feelnc_wrapper.xml @ 2:308f9667767b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/feelnc commit c39323361ef6ba2664646e4476736c80bcd01124"
author iuc
date Wed, 18 Dec 2019 20:22:38 +0000
parents 0791695f6717
children caf522f98191
comparison
equal deleted inserted replaced
1:0791695f6717 2:308f9667767b
3 <description>FlExible Extraction of LncRNA</description> 3 <description>FlExible Extraction of LncRNA</description>
4 <requirements> 4 <requirements>
5 <requirement type="package" version="0.1.1">feelnc</requirement> 5 <requirement type="package" version="0.1.1">feelnc</requirement>
6 </requirements> 6 </requirements>
7 <command detect_errors="aggressive"><![CDATA[ 7 <command detect_errors="aggressive"><![CDATA[
8 export FEELNCPATH=\$(dirname \$(command -v FEELnc_pipeline.sh))/../ &&
9
8 FEELnc_pipeline.sh 10 FEELnc_pipeline.sh
9 --candidate='${transcripts}' 11 --candidate='${transcripts}'
10 --reference='${annotation}' 12 --reference='${annotation}'
11 --genome='${genome}' 13 --genome='${genome}'
12 --outname='candidate_lncRNA' 14 --outname='candidate_lncRNA'