Skip to content

Commit

Permalink
wrong module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Apr 12, 2024
1 parent 268dc22 commit f68323d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pipelines/nextflow/modules/busco/busco_dataset.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ limitations under the License.
*/
// pyhton env?

process GET_RUN_ACCESSION_METADATA {
process BUSCO_DATASET {

label 'default'
tag "$run_accession"
tag "$taxon_id"

input:
val(taxon_id)
Expand Down
4 changes: 2 additions & 2 deletions pipelines/nextflow/subworkflows/run_busco.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ limitations under the License.

nextflow.enable.dsl=2

includeConfig '../../../workflows/nextflow.config'
includeConfig '../conf/busco.config'
//includeConfig '../../../workflows/nextflow.config'
//includeConfig '../conf/busco.config'


/*
Expand Down

0 comments on commit f68323d

Please sign in to comment.