Skip to content

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 20, 2023
1 parent dea1cbc commit fba42fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/subworkflows/CCBR/filter_blacklist/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

nextflow.enable.dsl = 2

include { BWA_INDEX } from "../../../../../modules/CCBR/bwa/index/main"
include { FILTER_BLACKLIST } from "../../../../../subworkflows/CCBR/filter_blacklist/main"
include { BWA_INDEX } from "../../../../modules/CCBR/bwa/index/main"
include { FILTER_BLACKLIST } from "../../../../subworkflows/CCBR/filter_blacklist/main"


workflow test_filter_blacklist_single {
Expand Down

0 comments on commit fba42fe

Please sign in to comment.