-
Notifications
You must be signed in to change notification settings - Fork 14
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
issue with reference file #179
Comments
Dear @janeshen91
I seems so. However, the log doesn't give much information besides "Unknown error". IsoQuant does make a symlink to the reference file, since pyfaidx lib needs to make an index and by default it builds the index in the same folder as the FASTA files, which might be read-only. Best |
Thanks Andrey. It does seem like there is a problem with my server not allowing me to create symlinks as usual. I'm trying to fix that, but is there any other work around right now? I've tried copying the reference file to the isoquant output folder but it didn't seem to solve the problem. |
Best |
I'll try those, thanks Andrey! |
There are no symbolic links in the new version IsoQuant 3.4. So should work fine. |
Thanks Andrey!
…On Thu, May 9, 2024 at 2:42 AM Andrey Prjibelski ***@***.***> wrote:
There are no symbolic links in the new version IsoQuant 3.4
<https://github.com/ablab/IsoQuant/releases/tag/v3.4.0>. So should work
fine.
—
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMSOYMSKOZ4MBQ7HYVOYXDZBNAIZAVCNFSM6AAAAABHBD2J7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBSGMYTONZUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello I ran the following command
str="20240411_1157_X1_FAX08446_1caf24e2"
docker run -v /vaxart-batch-input/:/input
-v /vaxart-batch-output/$str:/output quay.io/biocontainers/isoquant:3.3.1--hdfd78af_0 isoquant.py
--bam /output/samtools/reference/${str}_sorted.bam
--reference /output/reference/reference.fa
--data_type nanopore
-o /output/isoquant --report_novel_unspliced
and encountered the output
2024-04-30 22:59:58,231 - INFO - Running IsoQuant version 3.3.1
2024-04-30 22:59:58,232 - WARNING - Output folder already exists, some files may be overwritten.
2024-04-30 22:59:58,327 - INFO - Novel unspliced transcripts will not be reported, set --report_novel_unspliced true to discover them
2024-04-30 22:59:58,327 - INFO - === IsoQuant pipeline started ===
2024-04-30 22:59:58,327 - INFO - Loading reference genome from /output/reference/reference.fa
2024-04-30 22:59:58,354 - CRITICAL - IsoQuant failed with the following error, please, submit this issue to https://github.com/ablab/IsoQuant/issuesTraceback (most recent call last):
File "/usr/local/bin/isoquant.py", line 698, in
main(sys.argv[1:])
File "/usr/local/bin/isoquant.py", line 692, in main
run_pipeline(args)
File "/usr/local/bin/isoquant.py", line 644, in run_pipeline
dataset_processor = DatasetProcessor(args)
File "/usr/local/share/isoquant-3.3.1-0/src/dataset_processor.py", line 339, in init
os.symlink(self.args.reference, symlink_name)
OSError: [Errno 524] Unknown error 524: '/output/reference/reference.fa' -> '/output/isoquant/reference.fa'
As it directs me to submit this issue to github, can you please help? Is there something wrong with symoblically linking the reference file?
Thanks
Jane
The text was updated successfully, but these errors were encountered: