You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I get the error No Fasta reference specified!
The fasta parameter is actually false, but why? printing ${params.genomes[params.genome].fasta} gives me the right fasta file s3://ngi-igenomes/igenomes//Homo_sapiens/Ensembl/GRCh37/Sequence/WholeGenomeFasta/genome.fa.
So why does the fasta parameter get false value?
The config file, after all defaults jas this lines:
Nov-25 13:07:50.844 [main] DEBUG nextflow.Session - Session aborted -- Cause: No Fasta reference specified! false, s3://ngi-igenomes/igenomes//Homo_sapiens/Ensembl/GRCh37/Sequence/WholeGenomeFasta/genome.fa. Expression: params.fasta
Nov-25 13:07:50.866 [main] ERROR nextflow.cli.Launcher - @unknown
java.lang.AssertionError: No Fasta reference specified! Expression: params.fasta
at org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:417)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:670)
at Script_372c9fdc.runScript(Script_372c9fdc:134)
at nextflow.script.BaseScript.run0(BaseScript.groovy:152)
at nextflow.script.BaseScript.run(BaseScript.groovy:182)
at nextflow.script.ScriptParser.runScript(ScriptParser.groovy:217)
at nextflow.script.ScriptRunner.run(ScriptRunner.groovy:218)
at nextflow.script.ScriptRunner.execute(ScriptRunner.groovy:126)
at nextflow.cli.CmdRun.run(CmdRun.groovy:257)
at nextflow.cli.Launcher.run(Launcher.groovy:457)
at nextflow.cli.Launcher.main(Launcher.groovy:639)
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to run the pipeline after cloning to my local computer:
and I get the error
No Fasta reference specified!
The fasta parameter is actually false, but why? printing
${params.genomes[params.genome].fasta}
gives me the right fasta files3://ngi-igenomes/igenomes//Homo_sapiens/Ensembl/GRCh37/Sequence/WholeGenomeFasta/genome.fa.
So why does the fasta parameter get false value?
The config file, after all defaults jas this lines:
The text was updated successfully, but these errors were encountered: