comparison hisat2.xml @ 19:fbf98f24097b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 9bbf35d7f47e5ab6b78248c9907b71446d4e7b0c
author iuc
date Tue, 10 Apr 2018 18:41:43 -0400
parents 764756ab0eb5
children 6ab42baa56e9
comparison
equal deleted inserted replaced
18:764756ab0eb5 19:fbf98f24097b
12 <regex level="fatal" match="hisat2: not found" source="both" /> 12 <regex level="fatal" match="hisat2: not found" source="both" />
13 <exit_code range="1:" /> 13 <exit_code range="1:" />
14 </stdio> 14 </stdio>
15 <version_command>hisat2 --version</version_command> 15 <version_command>hisat2 --version</version_command>
16 <command><![CDATA[ 16 <command><![CDATA[
17 ## Use pipefail if available to quit with first non-zero exit code
18 set -o | grep -q pipefail && set -o pipefail;
17 19
18 ## Prepare HISAT2 index 20 ## Prepare HISAT2 index
19 21
20 #if $reference_genome.source == "history": 22 #if $reference_genome.source == "history":
21 ln -s '$reference_genome.history_item' genome.fa && 23 ln -s '$reference_genome.history_item' genome.fa &&