Skip to content
Snippets Groups Projects
Commit 66f50ed9 authored by Pappas's avatar Pappas
Browse files

Remove comments for testing

parent f38b3de1
No related branches found
No related tags found
1 merge request!12Adding flash task for combining overlapping reads
#workflow runFlash {
# String preCommand
# String outDirPath
# File R1
# File R2
#
# call flash {
# input:
# preCommand = preCommand,
# outDirPath = outDirPath,
# inputR1 = R1,
# inputR2 = R2,
# }
#}
task flash {
String? preCommand
File inputR1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment