Skip to content

Commit

Permalink
remove debugging views
Browse files Browse the repository at this point in the history
  • Loading branch information
t-whalley committed Sep 20, 2024
1 parent 735f97a commit 2edb307
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflows/clockwork.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ workflow clockwork {
sample_name = input_seqs_json.map{it[0]}

getRefFromJSON(json, do_we_align, sample_name)
input_seqs_json.view()
getRefFromJSON.out.view()
alignToRef(input_seqs_json, getRefFromJSON.out)


Expand Down

0 comments on commit 2edb307

Please sign in to comment.