Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Jan 28, 2025
1 parent a0d70d1 commit 1a99ce4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion subworkflows/local/annotate.nf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ workflow ANNOTATE {
// ORF detection --> prodigal
predicted_contigs = input_fastas.map{meta, type, pred_contigs, contigs -> tuple(meta, type, pred_contigs)}
PRODIGAL( predicted_contigs )
proteins = PRODIGAl.out
proteins = PRODIGAL.out
contigs = input_fastas.map{meta, type, pred_contigs, contigs -> tuple(meta, contigs)}
}

Expand Down
12 changes: 0 additions & 12 deletions subworkflows/local/generate_gff.nf

This file was deleted.

0 comments on commit 1a99ce4

Please sign in to comment.