# NOT RUN {
# }
# NOT RUN {
## example for terminal
## flowr kill_flow x=path_to_flow_directory
## In case path matches multiple folders, flowr asks before killing
kill(x='fastq_haplotyper*')
Flowr: streamlining workflows
found multiple wds:
/fastq_haplotyper-MS132-20150825-16-24-04-0Lv1PbpI
/fastq_haplotyper-MS132-20150825-17-47-52-5vFIkrMD
Really kill all of them ? kill again with force=TRUE
## submitting again with force=TRUE will kill them:
kill(x='fastq_haplotyper*', force = TRUE)
# }
Run the code above in your browser using DataLab