Skip to content

Commit

Permalink
Remove some unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Sep 5, 2024
1 parent c2b76e6 commit 467e617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion subworkflows/local/annotation.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include { BEDTOOLS_INTERSECT as INTERSECT_GTF } from '../../modules/nf-core/bedtools/intersect'
include { GAWK as INGEST_DATABASE_NAMES } from '../../modules/nf-core/gawk'
include { GNU_SORT as COMBINE_DATABASES } from '../../modules/nf-core/gnu/sort'
include { BEDTOOLS_INTERSECT as INTERSECT_DATABASE } from '../../modules/nf-core/bedtools/intersect'
include { ANNOTATION as ANNOTATE } from '../../modules/local/annotation'

Expand Down
7 changes: 3 additions & 4 deletions subworkflows/local/mirna_prediction.nf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// MODULES
include { BIOAWK as ADD_BACKSPLICE } from '../../modules/nf-core/bioawk'
include { DESEQ2_NORMALIZATION } from '../../modules/local/deseq2/normalization'
include { MIRNA_FILTERING } from '../../modules/local/mirna_filtering'
include { COMPUTE_CORRELATIONS } from '../../modules/local/compute_correlations'
include { DESEQ2_NORMALIZATION } from '../../modules/local/deseq2/normalization'
include { MIRNA_FILTERING } from '../../modules/local/mirna_filtering'
include { COMPUTE_CORRELATIONS } from '../../modules/local/compute_correlations'

// SUBWORKFLOWS
include { MIRNA_BINDINGSITES } from './mirna/mirna_bindingsites'
Expand Down

0 comments on commit 467e617

Please sign in to comment.