We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735f97a commit 2edb307Copy full SHA for 2edb307
workflows/clockwork.nf
@@ -24,8 +24,6 @@ workflow clockwork {
24
sample_name = input_seqs_json.map{it[0]}
25
26
getRefFromJSON(json, do_we_align, sample_name)
27
- input_seqs_json.view()
28
- getRefFromJSON.out.view()
29
alignToRef(input_seqs_json, getRefFromJSON.out)
30
31
0 commit comments