comparison chira_extract.xml @ 18:e7ee3aadf1a5 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 28963347255f1df6efaa8991ad9fc17f86b30a73"
author iuc
date Fri, 24 Sep 2021 06:49:19 +0000
parents 97ca48f470ef
children 73d2b7a8d94b
comparison
equal deleted inserted replaced
17:8b2c1d1556ac 18:e7ee3aadf1a5
1 <tool id="chira_extract" name="ChiRA extract" version="@WRAPPER_VERSION@0"> 1 <tool id="chira_extract" name="ChiRA extract" version="@WRAPPER_VERSION@0">
2 <description>extrat the chimeras</description> 2 <description>extrat the chimeras</description>
3 <expand macro="bio_tools"/>
3 <macros> 4 <macros>
4 <import>macros.xml</import> 5 <import>macros.xml</import>
5 </macros> 6 </macros>
6 <expand macro="requirements" /> 7 <expand macro="requirements" />
7 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
8 #set $genomic_fasta = '' 9 #set $genomic_fasta = ''
9 #if str($annotation.annot_choice) == "yes": 10 #if str($annotation.annot_choice) == "yes":
10 #if str($annotation.fasta_source.fasta_source_selector) == 'history': 11 #if str($annotation.fasta_source.fasta_source_selector) == 'history':
11 #set $genomic_fasta = $annotation.fasta_source.fasta 12 ## Avoid writing FASTA index to inputdir by symlinking
13 ln -s '${$annotation.fasta_source.fasta}' genome.fa &&
14 #set $genomic_fasta = 'genome.fa'
12 #else 15 #else
13 #set $genomic_fasta = $annotation.fasta_source.fasta_id.fields.path 16 #set $genomic_fasta = $annotation.fasta_source.fasta_id.fields.path
14 #end if 17 #end if
15 #end if 18 #end if
16 chira_extract.py 19 chira_extract.py