Skip to content

Commit

Permalink
fixi harshil alignment and removal commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lianov committed Dec 23, 2024
1 parent 7fdfd14 commit f1f1524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/align_longreads.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
//

// SUBWORKFLOWS
include { BAM_SORT_STATS_SAMTOOLS } from '../../subworkflows/nf-core/bam_sort_stats_samtools/main'
include { BAM_SORT_STATS_SAMTOOLS } from '../../subworkflows/nf-core/bam_sort_stats_samtools/main'
include { BAM_SORT_STATS_SAMTOOLS as BAM_SORT_STATS_SAMTOOLS_FILTERED } from '../../subworkflows/nf-core/bam_sort_stats_samtools/main'

// MODULES
include { MINIMAP2_INDEX } from '../../modules/nf-core/minimap2/index'
include { MINIMAP2_ALIGN } from '../../modules/nf-core/minimap2/align'
include { SAMTOOLS_VIEW } from '../../modules/nf-core/samtools/view'
include { SAMTOOLS_VIEW } from '../../modules/nf-core/samtools/view'

include { RSEQC_READDISTRIBUTION } from '../../modules/nf-core/rseqc/readdistribution/main'
include { NANOCOMP } from '../../modules/nf-core/nanocomp/main'
Expand Down
3 changes: 0 additions & 3 deletions workflows/scnanoseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ else {
}
}

//if (params.quantification_type.equals('both') || params.quantification_type.equals('transcript') && !params.transcript_fasta


/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CONFIG FILES
Expand Down

0 comments on commit f1f1524

Please sign in to comment.