You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: subworkflows/local/fasta_blast_refsel.nf
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ workflow FASTA_BLAST_REFSEL {
28
28
.set { ch_blast_txt }
29
29
30
30
// Throw an warning if no hits are found
31
-
ch_blast_txt
32
-
.hits
33
-
.collect()
34
-
.ifEmpty{ log.warn "No blast hits were found in any samples of the given BLAST database. Consider updating the search parameters or the database: \n${params.reference_pool}"}
31
+
//ch_blast_txt
32
+
// .hits
33
+
// .collect()
34
+
// .ifEmpty{ log.warn "No blast hits were found in any samples of the given BLAST database. Consider updating the search parameters or the database: \n ${params.reference_pool} "}
35
35
36
36
// Make a table of samples that did not have any blast hits
0 commit comments