Simplified TranscriptClean implementation into Nextflow.
- SAM file (
.sam, input with--sam) - FASTA file (
.fastaor.fa, input with--fasta)
nextflow run transcriptclean.nf \\
--sam path/to/file.sam \\
--fasta path/to/file.fasta \\
- Tabular
.tabfile with splice junctions outputed from STAR alignment for splice junction correction (set--sj_correction trueand input with--splice_junctions) - GTF for splice junction extraction before splice junction correction (set
--sj_correction trueand input with--gtf) - VCF for variant-aware correction (set
--variant_aware trueand input with--vcf)
Google Drive: https://drive.google.com/drive/folders/193kznkMpT54hbp7fdJnKQiIKnnvWRFKW?usp=sharing