Skip to content

Commit

Permalink
bug fix busco workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Apr 12, 2024
1 parent 7a3375b commit 866de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/nextflow/subworkflows/run_busco.nf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ workflow RUN_BUSCO{
// Run Busco in protein mode
if (busco_mode.contains('protein')) {
if (params.project == 'brc') {
buscoDataset = buscoDataset.filter{ it[0].has_genes == "1" } ????
buscoDataset = buscoDataset.filter{ it[0].has_genes == "1" }
}
proteinFile = FETCH_PROTEINS (db_meta.name)
buscoProteinOutput = BUSCO_PROTEIN_LINEAGE(buscoDataset, proteinFile)
Expand Down

0 comments on commit 866de80

Please sign in to comment.