Skip to content

Commit

Permalink
Remove compute and index from include
Browse files Browse the repository at this point in the history
  • Loading branch information
sofstam committed Jul 27, 2023
1 parent 29ea089 commit 7752f5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subworkflows/local/profiling.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ include { KAIJU_KAIJU2TABLE as KAIJU_KAIJU2TABLE_SINGLE } from '../../modules/nf
include { DIAMOND_BLASTX } from '../../modules/nf-core/diamond/blastx/main'
include { MOTUS_PROFILE } from '../../modules/nf-core/motus/profile/main'
include { KRAKENUNIQ_PRELOADEDKRAKENUNIQ } from '../../modules/nf-core/krakenuniq/preloadedkrakenuniq/main'
include { KMCP_COMPUTE } from '../../modules/nf-core/kmcp/compute/main'
include { KMCP_INDEX } from '../../modules/nf-core/kmcp/index/main'
include { KMCP_PROFILE } from '../../modules/nf-core/kmcp/profile/main'
include { KMCP_SEARCH } from '../../modules/nf-core/kmcp/search/main'
include { GANON_CLASSIFY } from '../../modules/nf-core/ganon/classify/main'
Expand Down Expand Up @@ -391,7 +389,7 @@ workflow PROFILING {
}

KMCP_SEARCH (ch_input_for_kmcp.db, ch_input_for_kmcp.reads)
//KMCP_PROFILE (KMCP_SEARCH.out.result,ch_input_for_kmcpcompute.db.map, params.kmcp_mode)
KMCP_PROFILE (KMCP_SEARCH.out.result,ch_input_for_kmcpcompute.db, params.kmcp_mode)

//ch_versions = ch_versions.mix( KMCP_PROFILE.out.versions.first() )
//ch_raw_profiles = ch_raw_profiles.mix( KMCP_PROFILE.out.profile )
Expand Down

0 comments on commit 7752f5e

Please sign in to comment.