Skip to content

Commit

Permalink
fixed stub error for fast5 nanopolish
Browse files Browse the repository at this point in the history
  • Loading branch information
DataSpott committed May 17, 2024
1 parent 13607f8 commit 3e05798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poreCov.nf
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ workflow {
// use medaka or nanopolish artic reconstruction
if (params.nanopolish) {
artic_ncov_np_wf(filtered_reads_ch, dir_input_ch, basecalling_wf.out[1], artic_ncov_np_wf)
fasta_input_ch = artic_ncov_np_wf.out.assembly[0]
fasta_input_ch = artic_ncov_np_wf.out.assembly
}
else if (!params.nanopolish) {
artic_ncov_wf(filtered_reads_ch, params.artic_normalize)
Expand Down

0 comments on commit 3e05798

Please sign in to comment.