Open NmnBttr opened 1 week ago
Hi @NmnBttr , did you add an RNA genome sequence to the species? If not, you can do so by using the spacemake config add_species
command.
Thank you! I did miss this step. Now I added the rRNA seq by following the steps as described here. This is now the list of my species.
Listing species
human:
genome:
annotation: species_data/human/human_annotation.gtf
sequence: species_data/human/human_genome.fa
rRNA:
annotation: ''
sequence: species_data/human/human.rRNA.fa
mouse:
genome:
annotation: species_data/mouse/mouse_annotation.gtf
sequence: species_data/mouse/mouse_genome.fa
However, when running spacemake run --cores 8
after adding the samples I am still getting the same error message as above.
Do you have mouse
samples too? If they have rRNA in the map_strategy
, then you'd need to add an rRNA seq for that too.
I only have human sample. The mouse reference was just downloaded with the --download_species
flag.
Can you verify that you're using version=0.7.9 ? If not, can you upgrade and try again?
Never mind, just saw your map_strategy
looks "inverse", please modify it to the following: bowtie2:rRNA->STAR:genome:final
ah ok I will try it out now and will let you know. Thank you!
Hi,
thank you for this great tool.
I am running spacemake for an openST data and encountering the following Error when running
spacemake run --cores 8
:I initialized spacemake with
--download_species --dropseq_tools path/to/dropseqtools
flags and added the sample like this before runningspacemake run
:I checked the snakemake .log file too but it contained the same error as above.
Can you please help me with this?
Thank you in advance!
Best, Namuun