Closed sb10 closed 4 years ago
To use, you either do something like:
nextflow run ncov2019-artic-nf -profile conda --ivarBed ivar.bed --alignerRefPrefix ref/nCoV-2019.reference.fasta --illumina --directory fastq --outdir quick --cache cache
Or you set the options in your own config file.
Can you give a little detail on expected behaviour please?
What happens if only --ivarBed
or --alignerRefPrefix
is used?
What is the function of --cache
?
I believe this is one for @sb10
What happens if only
--ivarBed
or--alignerRefPrefix
is used?
The docs in the conf file state that both must be supplied. If only 1, nothing happens. I'll improve this to fail with an error if only 1 is supplied.
What is the function of
--cache
?
Makes it easier to set conda.cacheDir or singularity.cachDir. I don't know if this is necessary; is there already and easy way to set these at run time?
This is currently broken by upstream changes, I'm fixing now...
Now fixed, please test.
As this workflow is being used in an environment I can not test I recommend that someone else review it
Also fixes cram-related config warning. Also adds
--cache
option.