comparison hisat2.xml @ 5:1eb21dccc2fa draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit d12a2e9dd273b4c23db48bbb747f32700887710e
author iuc
date Thu, 02 Jun 2016 11:02:23 -0400
parents 2d449a1bb5ab
children 5f4da9ec47c7
comparison
equal deleted inserted replaced
4:2d449a1bb5ab 5:1eb21dccc2fa
5 <import>hisat2_macros.xml</import> 5 <import>hisat2_macros.xml</import>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
8 <!-- Conda dependency --> 8 <!-- Conda dependency -->
9 <requirement type="package" version="2.0.3">hisat2</requirement> 9 <requirement type="package" version="2.0.3">hisat2</requirement>
10 <requirement type="package" version="2.0.3">hisat</requirement>
10 <requirement type="package" version="1.2">samtools</requirement> 11 <requirement type="package" version="1.2">samtools</requirement>
11 </requirements> 12 </requirements>
12 <stdio> 13 <stdio>
13 <regex match="hisat2-align exited with value 1" source="both" level="fatal"/> 14 <regex match="hisat2-align exited with value 1" source="both" level="fatal"/>
14 <regex match="hisat2: not found" source="both" level="fatal"/> 15 <regex match="hisat2: not found" source="both" level="fatal"/>
17 <version_command>hisat2 --version</version_command> 18 <version_command>hisat2 --version</version_command>
18 <command> 19 <command>
19 <![CDATA[ 20 <![CDATA[
20 #if str($spliced_options.spliced_options_selector) == "advanced" and str($spliced_options.known_splice_gtf) != 'None': 21 #if str($spliced_options.spliced_options_selector) == "advanced" and str($spliced_options.known_splice_gtf) != 'None':
21 ln -s "${spliced_options.known_splice_gtf}" splice_sites.gtf && 22 ln -s "${spliced_options.known_splice_gtf}" splice_sites.gtf &&
22 extract_splice_sites.py splice_sites.gtf > splice_sites.txt && 23 hisat2_extract_splice_sites.py splice_sites.gtf > splice_sites.txt &&
23 #end if 24 #end if
24 #if $reference_genome.reference_genome_source == "history": 25 #if $reference_genome.reference_genome_source == "history":
25 ln -s "$reference_genome.history_item" genome.fa && 26 ln -s "$reference_genome.history_item" genome.fa &&
26 hisat2-build genome.fa genome && 27 hisat2-build genome.fa genome &&
27 #set index_path = 'genome' 28 #set index_path = 'genome'