# HG changeset patch # User iuc # Date 1611595755 0 # Node ID 26371a1df031b9aaffe55a5dc2e8ea16ddc06cd1 # Parent d4b55e2beb120c1e5620c5e7dded8ebdfc65bbbc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit f18e8826ecb395a40fc321b5f3b66ab6d7f51625" diff -r d4b55e2beb12 -r 26371a1df031 hisat2.xml --- a/hisat2.xml Thu Nov 26 10:10:04 2020 +0000 +++ b/hisat2.xml Mon Jan 25 17:29:15 2021 +0000 @@ -1,11 +1,11 @@ - + A fast and sensitive alignment program hisat2_macros.xml hisat2 - samtools + samtools seqtk @@ -300,6 +300,26 @@ #end if +## SAM options + +#if str($adv.sam_options.sam_options_selector) == "advanced": + #if $adv.sam_options.no_unal: + --no-unal + #end if + #if str($adv.sam_options.read_groups.rg_labels) == "Yes": + --rg-id '$adv.sam_options.read_groups.rg_id' + #if len('$adv.sam_options.read_groups.read_groups'): + #for $i, $id in enumerate($adv.sam_options.read_groups.read_groups): + --rg '$id.rg' + #end for + #end if + #end if + $adv.sam_options.chr_text + #if $adv.sam_options.omit_sec_seq: + --omit-sec-seq + #end if +#end if + ## Other options #if str( $adv.other_options.other_options_selector ) == "advanced": @@ -406,8 +426,8 @@
- - + +
@@ -427,8 +447,8 @@ - - + + @@ -529,11 +549,41 @@ - - + + + + + + + + + + + + + + + + + + + + + + @@ -877,6 +927,25 @@ + + + + + + + + + + + + + + + + + + + + + Set the read group ID to . This causes the SAM @RG header line to be printed, with as the value associated with the ID: tag. It also causes the RG:Z: extra field to be attached to each SAM output record, with value set to . + --rg + Add (usually of the form TAG:VAL, e.g. SM:Pool1) as a field on the @RG header line. Note: in order for the @RG line to appear, --rg-id must also be specified. This is because the ID tag is required by the SAM Spec. Specify --rg multiple times to set multiple fields. See the SAM Spec for details about what fields are legal. + + --remove-chrname + Remove ‘chr’ from reference names in alignment (e.g., chr18 to 18) + + --add-chrname + Add ‘chr’ to reference names in alignment (e.g., 18 to chr18) + + --omit-sec-seq + When printing secondary alignments, HISAT2 by default will write out the SEQ and QUAL strings. Specifying this option causes HISAT2 to print an asterisk in those fields instead. + +----- **Output options**:: diff -r d4b55e2beb12 -r 26371a1df031 test-data/hisat_output_5.bam Binary file test-data/hisat_output_5.bam has changed