×

nf-core/hisat3n/align @ 0.0.0-0c7146d

Align nucleotide conversion sequencing reads (e.g., bisulfite-seq, SLAM-seq) to a reference genome with HISAT-3N

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @emmcauley
Maintainers: @emmcauley

Summary

Align nucleotide conversion sequencing reads (e.g., bisulfite-seq, SLAM-seq) to a reference genome with HISAT-3N

Get started

Add the following snippet to your workflow script to include this module.

include { HISAT3N_ALIGN } from 'nf-core/hisat3n/align'

License

MIT License

Process
Name HISAT3N_ALIGN
Input 2 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

reads file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

*.{fq,fastq,fq.gz,fastq.gz}
#2 tuple
meta2 map

Groovy Map containing reference information e.g. [ id:'genome' ]

index file

HISAT-3N genome index files

*.ht2
Output 3 channels
#1 sam tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.sam file

Output SAM file containing read alignments

*.sam
#2 summary tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ]

*.log file

Alignment summary log

*.log
#3 versions_hisat3n tuple
${task.process} string

The process the versions were collected from

hisat-3n string

The tool name

hisat-3n --version 2>&1 | head -1 | sed 's/.* //' eval

The command used to generate the version of the tool

Tool Description Homepage
hisat-3n HISAT-3N is designed for nucleotide conversion sequencing technologies and implemented based on HISAT2. http://daehwankimlab.github.io/hisat2/hisat-3n/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:47:31 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fhisat3n%2Falign/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/hisat3n/align/blobs/sha256:b369fcaa9e911f621733d78e931fc83937154e37e6dc434df54d02240af936cd
Size 3.1 KB
Checksum sha256:b369fcaa9e911f621733d78e931fc83937154e37e6dc434df54d02240af936cd
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:47:31 (UTC) 1 3.1 KB -