bam_stats_mirna_mirtop
mirtop is a command line tool to annotate miRNAs and isomiRs and compute general statistics using the mirGFF3 format.
miRNAisomirsbamstats
Description
mirtop is a command line tool to annotate miRNAs and isomiRs and compute general statistics using the mirGFF3 format.
Input
name
description
pattern
The input channel containing the BAM/CRAM/SAM files
Structure: [ val(meta), path(bam) ]
*.{bam/cram/sam}
Input channel containing the hairpin fasta file
Structure: [ val(meta), path(fasta) ]
*.{fasta,fa}
Output
name
description
pattern
Channel containing TXT file with a table with different statistics for each type of isomiRs: total counts, average counts, total sequences.
Structure: [ val(meta), path(txt) ]
*.txt
Channel containing log files in JSON format with the same information as stats_txt
Structure: [ val(meta), path(log) ]
*.log