Skip to content

Commit

Permalink
Output spades log in RunSpades (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvreynoso authored May 13, 2024
1 parent f75846b commit d70379d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflows/amr/run.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ task RunSpades {
output {
File contigs = "spades/contigs.fasta"
File? scaffolds = "spades/scaffolds.fasta"
File? spades_output_log = "spades/spades.log"
File? failure_log = "spades_failure.json"
}
runtime {
Expand Down

0 comments on commit d70379d

Please sign in to comment.