Closed MustafaElshani closed 3 years ago
This issue seems to arise from using Gencode Reference files after switching to ENSMBL it worked
This issue seems to arise from using Gencode Reference files after switching to ENSMBL it worked
If using GENCODE reference add --gencode
at the salmon quant
line on Snakefile, It seperates the | into columns
What version of salmon are you using? Did you update or downgrade from the one installed in the conda environment? I tried adding --gencode flag to the Snakefile and can it is output to the log when it runs but I still get this error when running the pipeline with gencode transcriptome file.
Update: This does not work. And there are clear reasons why it should not work. --gencode flag only works when using the other mode of salmon, that is first making an index and doing the quasi-mapping. For quant mode --gencode does not work. you will need to manually run salmon on your samples mapped to gencode annotations or you can follow this issue perhaps where they use no standard annotation files and alter the snakefile to handed the different format of gtf.
https://github.com/nanoporetech/pipeline-transcriptome-de/issues/18#issuecomment-674001168
No matter how hard I try I can't seem to get over this error