Open sunta3iouxos opened 2 months ago
I think I solved the first one: the pipeline does not like special characters, like spaces, even if it is under quotes. maybe this can be addressed? The second are the values for the bowtie2 this part: SyntaxWarning: invalid escape sequence '-' "the first - (e.g., '--very-fast'). Default: '%(default)s'.", so something is wrong in the code there
Hi,
It's good practice to remove spaces from paths, as they lead to all kind of issues in shell, such as those you have encountered. I don't think I'd see it on our side :shrug:
Could you be more explicit about the second error? Did you pass any --alignerOpts
to DNA-mapping
?
Also, why are you explicitly passing the defaults.yaml
config from some (other?) snakePipes installation to DNA-mapping
?
Best wishes,
Katarzyna
I passed defaults.yaml to just trying to figure out where the error comes from. I then by checking a couple of other things found that the error is due to the name. I symling the fastq.gz to another folder and things are working. I know about the spaces, but this is not of my doing 😢
now regarding that part:
/scratch/Theo/envs/snakePipes/bin/DNA-mapping:61: SyntaxWarning: invalid escape sequence '\-'
"the first - (e.g., '\--very-fast'). Default: '%(default)s'.",
although the pipeline works very well (till now), I am always getting this error. I thought that is comes from bowtie, since I faintly remember the --very-fast
string, but I can not tell for sure
Hallo again, This something new:
my snakePipes version
freshly created environment
and the info:
I am using the
/home/tgeorgom/mambaforge/envs/snakePipes/lib/python3.12/site-packages/snakePipes/shared/organisms/mm10.yaml
and I am calling the pipeline with: