Skip to content

Commit

Permalink
Fix #238: Rename imports from get_seqrun to get_seqrun_meta
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Dec 14, 2023
1 parent c264ab2 commit 81b191d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion workflows/escherichia_coli.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nextflow.enable.dsl=2

include { get_meta } from '../methods/get_meta'
include { get_seqrun } from '../methods/get_seqrun'
include { get_seqrun_meta } from '../methods/get_seqrun_meta'
include { amrfinderplus } from '../nextflow-modules/modules/amrfinderplus/main'
include { bracken } from '../nextflow-modules/modules/bracken/main'
include { bwa_index } from '../nextflow-modules/modules/bwa/main'
Expand Down
2 changes: 1 addition & 1 deletion workflows/klebsiella_pneumoniae.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nextflow.enable.dsl=2

include { get_meta } from '../methods/get_meta'
include { get_seqrun } from '../methods/get_seqrun'
include { get_seqrun_meta } from '../methods/get_seqrun_meta'
include { amrfinderplus } from '../nextflow-modules/modules/amrfinderplus/main'
include { bracken } from '../nextflow-modules/modules/bracken/main'
include { bwa_index } from '../nextflow-modules/modules/bwa/main'
Expand Down
2 changes: 1 addition & 1 deletion workflows/mycobacterium_tuberculosis.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nextflow.enable.dsl=2

include { get_meta } from '../methods/get_meta'
include { get_seqrun } from '../methods/get_seqrun'
include { get_seqrun_meta } from '../methods/get_seqrun_meta'
include { bracken } from '../nextflow-modules/modules/bracken/main'
include { copy_to_cron } from '../nextflow-modules/modules/cron/main'
include { create_analysis_result } from '../nextflow-modules/modules/prp/main'
Expand Down
2 changes: 1 addition & 1 deletion workflows/staphylococcus_aureus.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nextflow.enable.dsl=2

include { get_meta } from '../methods/get_meta'
include { get_seqrun } from '../methods/get_seqrun'
include { get_seqrun_meta } from '../methods/get_seqrun_meta'
include { amrfinderplus } from '../nextflow-modules/modules/amrfinderplus/main'
include { bracken } from '../nextflow-modules/modules/bracken/main'
include { bwa_index } from '../nextflow-modules/modules/bwa/main'
Expand Down

0 comments on commit 81b191d

Please sign in to comment.