Skip to content

Commit

Permalink
fix dependency graphs descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jul 26, 2022
1 parent f3f0575 commit 991c801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nextflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_pipeline_join_no_dependencies(self):
p5 = NextFlowProcess(process_name="fifth_process",
command_to_run=f"echo fifth_process >> {pipeline_output_file}")
# Dependency graphs
# p1 p1 p4 p1--- p4
# p1 p1 p4 -p1-- p4
# / \ + \ / = / \ \ /
# p2 p3 p5 p2 p3 p5
#
Expand Down

0 comments on commit 991c801

Please sign in to comment.