# HG changeset patch # User artbio # Date 1549815419 18000 # Node ID faf1b3b933f53d0c98c94dce873f20411534faa0 # Parent e7e7785e41d09370c81c414eb5bb565c29eb1767 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sr_bowtie_dataset_annotation commit ea052763fe969f830a1ed17e5ffac07146e8d4e9 diff -r e7e7785e41d0 -r faf1b3b933f5 sr_bowtie_dataset_annotation.xml --- a/sr_bowtie_dataset_annotation.xml Mon Sep 11 18:27:40 2017 -0400 +++ b/sr_bowtie_dataset_annotation.xml Sun Feb 10 11:16:59 2019 -0500 @@ -1,4 +1,4 @@ - + by iterative alignments with sRbowtie bowtie @@ -30,10 +30,14 @@ $index_path $format '$input' > tabular_bowtie_output.tab && genome_aligned=\$(wc -l < matched.fa) && genome_aligned=\$(( \$genome_aligned/2)) && - echo -e "$refGenomeSource1.ownFile.name Matched\t\${genome_aligned}\n" > $output && + #if $refGenomeSource1.genomeSource == "history": + echo -e "$refGenomeSource1.ownFile.name Matched\t\${genome_aligned}\n" > $output && + #else: + echo -e "$refGenomeSource1.index.fields.dbkey Matched\t\${genome_aligned}\n" > $output && + #end if #set counter = 0 #for $i in $AdditionalQueries: - rm genome.fa && + rm -f genome.fa && #set $counter += 1 #if $counter != 1: #set input = "class_unmatched.fa"