Open oskarvid opened 6 years ago
@GhisF You added this feature but didn't update this issue when you did, please do.
I tried to test it but it throws this error when I use -p: wf_elixir_GermlineCaller_csv_singularity.rb:161:in <main>': undefined local variable or method preprocessing' for main:Object (NameError)
Do you get the same error if you clone this repository and use -p?
Should be options[:preprocessing]
and not preprocessing
The error should be fixed now
To do: Test on TSD.
The desired behavior is the option to choose to run either or both of the preprocessing or variant calling parts of the pipeline. Currently the implementation executes both parts as one pipeline. This will not be part of the first milestone since the focus for the first milestone is to deliver a functioning pipeline that accomplishes the basic task of analyzing input files correctly. The next milestone will include enhancements that are not essential for basic execution.