-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python errors when running lifton #21
Comments
Hi @zgb963 , I'm not an author of this software but looking at your error it's a minimap2 issue:
It's already been noted in a previous issue that minimap2 is a dependency but isn't being installed with Lifton via pip. To correct this you can simply install Minimap2, I've put example commands below:
|
Hi @Glfrey, thanks for your suggestion. I tried that but I'm still running into issues. @Kuanhao-Chao I'm trying different genome annotation files (gtf/gff) and different genome assembly (fasta/fna) files to try to get lifton to run
But I'm running into the issue where it continues running for days/weeks. It seems to get stuck and then after a certain amount of time the job disconnects from the HPC cluster I'm running it on. The below error is from the first lifton command.
I don't understand why it either errors out or it takes a long time to run? Do I have to use specific genome annotations/assemblies? I was having the same issues with the Liftoff software, which is why I'm trying Lifton. Is it the |
@Kuanhao-Chao any updates on this issue? |
Hello,
I'm having an issue with running the lifton software. I'm running it on an HPC environment using 100GB memory and a computer node that has 2000 cores. The below bash script has the command I'm using to run liftton. The target genome is rhemac10 FASTA (rheMac10.fa) and I've also inputed the human genome hg38 FASTA (hg38.fa) and human genome annotation in GTF format from NCBI (hg38.ncbiRefSeq.gtf). I want to output a lifton rhemac10 annotation (hg38_lifton_rhemac10.gff3)
Here is the bsub command I'm using to run lifton
I've installed lifton in a conda environment using pip. It does run for over an hour but then I get the following python errors
Am I using enough memory and cores to run the software? Does the input genome annotation have to be in GFF3 format instead of GTF? Also, can lifton output an annotation in GTF format or does it only output in GFF3 format?
The text was updated successfully, but these errors were encountered: