Skip to content

Commit

Permalink
Fixed a bug which caused lai to run with null assembly fasta
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Feb 28, 2024
1 parent 8aefa66 commit 1321d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflows/assemblyqc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ workflow ASSEMBLYQC {
| map { meta, mono -> [ meta.id, mono ] },
remainder: true
)
| filter { id, fasta, mono -> fasta != null }
| map { id, fasta, mono -> [ id, fasta, mono ?: [] ] }

FASTA_LTRRETRIEVER_LAI(
Expand Down

0 comments on commit 1321d59

Please sign in to comment.