Closed birgitritschka closed 2 years ago
Hello @birgitritschka,
From the copy paste and the console messages, it seems that the --
dashes were not rendering the command line when you copied.
Check the available commands and options and syntax with 'help' --> you can see that the tool tried to use it as NF param and not a pipeline param.
Your --fasta
looks like -—
.
Can you try running again but, that time, deleting and manually typing again the dashes?
Just to see whether this is the case. And, if not, we can try to figure it out.
Thanks so much, I did not notice that at all.
I thought I had copy pasted the command into the terminal correctly, not sure where the long hashes came from
Description of the bug
Trying to run scRNAseq on an HPC with --fasta and --gtf, keep getting error :
Unknown option: -—fasta -- Check the available commands and options and syntax with 'help'
I have tried putting the nextflow options at the beginning or end, but always it cannot find --fasta or --gtf.
Am I doing something silly here? Are there any obvious ways to debug what I'm doing wrong
Command used and terminal output