Closed melissachang closed 2 years ago
Ping, any chance someone could take a look at this?
Hello, thanks for submitting this. However, I think this script is not relevant anymore and should be deleted.
We find it useful to have a demo workflow that runs quickly.
We have a test that runs main.nf
on gls
. The test takes around 10 minutes.
I'd like to switch the test to run demo.nf
. Then, the test would take around 5 minutes. The overhead of running on gls
is around 5 minutes.
It's useful to have demo.nf
because it's very fast; when I run locally, it takes seconds. If I test against demo.nf
, it makes sure everything is set up properly on GCP, without having to wait for actual rna-seq.
The main.nf
should do the same
I read only now the difference of running time, but don't understand the reason. the demo is an only version of the main
Ok, looking at the code it seems that demo does not run multiqc, that should explain why is faster.
However, I would suggest you use your own fork for running your tests. The file is not meant to be maintained in this repo
Ok, thanks for taking a look
@pditommaso I'm looking for a simple demonstration nextflow workflow that finishes in seconds. This is for automated tests. Is there such a workflow in a different repo?
Before this PR:
After this PR: