Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error downloading Canis lupus familiaris genome from Ensembl #221

Open
SeungWWoo opened this issue Aug 6, 2024 · 0 comments
Open

Error downloading Canis lupus familiaris genome from Ensembl #221

SeungWWoo opened this issue Aug 6, 2024 · 0 comments

Comments

@SeungWWoo
Copy link

Hi,

I encountered an error while trying to download the genome of Canis lupus familiaris from the Ensembl server using this commend.
fusioncatcher-build.py -g canis_lupus_familiaris -o genome_build

As a result, it fails to find the genome and mitochondria files and repeatedly displays an error message.

fusioncatcher-build.py -g canis_lupus_familiaris -o genome_build

get_genome.py \
--organism canis_lupus_familiaris \
--server ftp.ensembl.org \
--output <my path>
--------------------------------------------------------------------------------
+-->EXECUTING...
Downloading the genome of organism 'canis_lupus_familiaris' from Ensembl!
230 Login successful.
ERROR: Cannot find the genome and mitochondria files!
['Canis_lupus_familiaris.ROS_Cfam_1.0.dna.toplevel.fa.gz']


ERROR: Workflow execution failed at step 4 while executing:
----------------
   get_genome.py \
   --organism canis_lupus_familiaris \
   --server ftp.ensembl.org \
   --output <my path>
----------------


Executing second time the same step/command in order to capture error messages (i.e. STDERR)...

-------------------------------------------
Downloading the genome of organism 'canis_lupus_familiaris' from Ensembl!
230 Login successful.
ERROR: Cannot find the genome and mitochondria files!
['Canis_lupus_familiaris.ROS_Cfam_1.0.dna.toplevel.fa.gz']
################################################################################
################################################################################
TOTAL RUNNING TIME: 0 day(s), 0 hour(s), 0 minute(s), and 7 second(s) 
################################################################################
################################################################################

The reference genome appears to lack the mitochondrial (MT) sequence, which is required for FusionCatcher to function correctly.

In this case, am I unable to use FusionCatcher?

If you have any solutions to resolve this issue, I would greatly appreciate your assistance.

Any help is appreciated.

Thank you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant