changeset 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
files feelnc_wrapper.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/feelnc_wrapper.xml	Tue Dec 01 10:55:23 2020 +0000
+++ b/feelnc_wrapper.xml	Thu Sep 23 18:18:45 2021 +0000
@@ -1,16 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <tool id="feelnc" name="FEELnc" profile="17.01" version="0.2">
     <description>FlExible Extraction of LncRNA</description>
+    <xrefs>
+        <xref type="bio.tools">feelnc</xref>
+    </xrefs>
     <requirements>
         <requirement type="package" version="0.2">feelnc</requirement>
     </requirements>
     <command detect_errors="aggressive"><![CDATA[
 export FEELNCPATH=\$(dirname \$(command -v FEELnc_pipeline.sh))/../ &&
-
+## Symlink the genome FASTA to the working directory to avoid writing .index to inputdir
+ln -s '$genome' genome_fa &&
 FEELnc_pipeline.sh
 --candidate='${candidate}'
 --reference='${reference}'
---genome='${genome}'
+--genome=genome_fa
 --outname='candidate_lncRNA'
 --outdir='out_feelnc'