Skip to content

Commit

Permalink
Update assembly_workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNickols committed Dec 14, 2023
1 parent 0447beb commit e4d34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ def abundance_dataset(name, paired):
partition=partition,
name="Calculate by-sample abundance for " + name.split("/")[-1]
)
workflow.add_task_local(actions=command2,
workflow.add_task(actions=command2,
depends=list_targets(name=name, step="abundance", paired=paired),
targets=list_targets(name=name, step="abundance2", paired=paired),
name="Add on full read count for " + name.split("/")[-1]
Expand Down

0 comments on commit e4d34f6

Please sign in to comment.