Open asp8200 opened 2 months ago
Hi @asp8200 I also meet same issue and I think it cause by params.fasta = getGenomeAttribute('fasta')
and params.gtf = getGenomeAttribute('gtf')
update in scrnaseq.nf cannot be accepted. Once you defined them on nextflow.config as null
, any updated in workflow cannot really make them to be updated into correct path.
Description of the bug
The
test_full
-profile doesn’t run out-of-the-box on scrnaseq v.2.7.1:So I added
--genome GRCh38
, but it still didn’t work.Then I removed the initialisation of
fasta
andgtf
fromnextflow.config
which was introduced here in v2.7.1.And the
test_full
-profil ran OK.Having removed the initialisation of
fasta
andgtf
, I got the following warnings which are also kind of misleading, since, in this case,fasta
andgtf
are being set throughigenomes.config
:Issue first report on Slack here.
Command used and terminal output
No response
Relevant files
No response
System information
No response