Closed EugeneEA closed 1 year ago
Hi @EugeneEA,
Thank you for using spacemake! Can you confirm that your spacemake version is 0.7
?
I think something got broken when upgrading from 0.5.5
to 0.7
.
I would suggest you install the former with pip install spacemake==0.5.5
and try these commands again.
Let me know if it works.
Best, Tamas
Hi @EugeneEA,
I cannot reproduce the second error. Can you post here the output of spacemake projects list
that you have after doing spacemake init
and having added the species?
Hi @EugeneEA,
Thank you for using spacemake! Can you confirm that your spacemake version is
0.7
?I think something got broken when upgrading from
0.5.5
to0.7
.I would suggest you install the former with
pip install spacemake==0.5.5
and try these commands again.Let me know if it works.
Best, Tamas
Thanks, I've uninstalled version 0.7 repeat everything with version 0.5.5 and it works out.
Hi @EugeneEA,
I think I've fixed the issue with a recent commit to master. Will be included in 0.7.3.
Hi, I'm trying to launch run of spacemake I've installed everything and bump into two errors:
first.
spacemake init --dropseq_tools /home/eugenea/bin/Drop-seq_tools-2.5.1 --download_species human --download_species
finishes snakemake part, but seems to fails laterSecond. (after re-init with the downloaded genomes
spacemake config add_species --name homo_sapiens --reference genome --sequence /home/eugenea/spacemake_test/species_data/human/human_genome.fa --annotation /home/eugenea/spacemake_test/species_data/human/human_annotation.gtf
) Spacemake fails to build dagproject was added like in the docs:
Best, Eugene