# HG changeset patch # User iuc # Date 1626630620 0 # Node ID 4a826a536dcbc6e4f75fd3700a5ca2a0faa066a2 # Parent aac14659f53c8fb276f3f4ce8d7bd43540e14a3f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 591f9e8e46a9429bf28b64bae6f27f744bf08b3c" diff -r aac14659f53c -r 4a826a536dcb hisat2.xml --- a/hisat2.xml Mon Jan 25 17:28:43 2021 +0000 +++ b/hisat2.xml Sun Jul 18 17:50:20 2021 +0000 @@ -1,11 +1,11 @@ - + A fast and sensitive alignment program hisat2_macros.xml - hisat2 - samtools + hisat2 + samtools seqtk @@ -15,6 +15,7 @@ hisat2 --version $read1 && + bzcat '${library.input_1}' | seqtk seq -2 /dev/stdin > $read2 && + #else + seqtk seq -1 '${library.input_1}' > $read1 && + seqtk seq -2 '${library.input_1}' > $read2 && #end if #else: #if $library.input_1.is_of_type("fastq.gz", "fastqsanger.gz"): @@ -348,7 +345,7 @@ ## sorted output to view which only compresses the files (now ## using full parallelism again) -| samtools sort -l 0 -T "\${TMPDIR:-.}" -O bam | samtools view -O bam -@ \${GALAXY_SLOTS:-1} -o '${output_alignments}' +| samtools sort --no-PG -l 0 -T "\${TMPDIR:-.}" -O bam | samtools view --no-PG -O bam -@ \${GALAXY_SLOTS:-1} -o '${output_alignments}' ## Rename any output fastq files diff -r aac14659f53c -r 4a826a536dcb hisat2_macros.xml --- a/hisat2_macros.xml Mon Jan 25 17:28:43 2021 +0000 +++ b/hisat2_macros.xml Sun Jul 18 17:50:20 2021 +0000 @@ -1,4 +1,7 @@ + 2.2.1 + 0 +