Skip to content

Commit

Permalink
Fixed error in main subworkflow imports
Browse files Browse the repository at this point in the history
  • Loading branch information
itrujnara committed Jun 7, 2024
1 parent 2e71c81 commit 8ca0838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/reportho.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ include { ALIGN } from '../subworkflows/local/align'
include { MAKE_TREES } from '../subworkflows/local/make_trees'
include { REPORT } from '../subworkflows/local/report'

include { FETCH_SEQUENCES_ONLINE } from '../subworkflows/local/fetch_sequences_online'
include { FETCH_AFDB_STRUCTURES } from '../subworkflows/local/fetch_afdb_structures'
include { FETCH_SEQUENCES_ONLINE } from '../modules/local/fetch_sequences_online'
include { FETCH_AFDB_STRUCTURES } from '../modules/local/fetch_afdb_structures'

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8ca0838

Please sign in to comment.