Open schraderL opened 7 months ago
A quick addition:
I can run kallisto index
and kallisto quant
just fine manually, when adding the --make-unique
option to the indexing:
kallisto index -i CARD-0001/update_misc/getBestModel/bestModel CARD-0001/update_misc/getBestModel/transcripts.fa --make-unique
kallisto quant -i CARD-0001/update_misc/getBestModel/bestModel -o CARD-0001/update_misc/kallisto --plaintext -t 36 /fq/A006200344_207613_S1_L000_R1_001_val_1.fq.gz /fq/CARD-0001-val_1.fq.gz -r /fq/CARD-0001-val_2.fq.gz
But I can't pick up the funannotate update
command after that again, as it complains that the getBestModel
folder already exists:
FileExistsError: [Errno 17] File exists: 'CARD-0001/update_misc/getBestModel'
Hi, I am running into an error with
funannotate update
, trying to add UTRs to existing CDS annotations. It looks like it is an issue withKallisto
finding duplicate fasta header names inupdate_misc/getBestModel/transcripts.fa
. Any idea how to fix this?Are you using the latest release?
I am using the docker container for
funannotate 1.8.17
in singularity withDescribe the bug Running
funannotate update
to update UTRs in a gff3 not produced byfunannotate
, I get the following error and the process dies:In
CARD-0001/update_misc/getBestModel/transcripts.fa
there is one duplicate entry: Runningreturns:
And
returns
What command did you issue?
Logfiles
OS/Install Information
funannotate check --show-versions