-
Notifications
You must be signed in to change notification settings - Fork 14
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
Finder does not find files (supposed to be) generated at earlier steps... #80
Comments
Hi @lefterov, Thank you very much for your interest in Thanks. |
Thank you Sagnik,
This time we ran Finder in a Container using Singularity on a machine with 128 cores. The run stopped at the generation of the SIF file with the following Error:
INFO: Creating SIF file...
Traceback (most recent call last):
File "/softwares/FINDER/Finder/finder", line 688, in <module>
main()
File "/softwares/FINDER/Finder/finder", line 628, in main
validateCommandLineArguments( options, logger_proxy, logging_mutex )
File "/softwares/FINDER/Finder/finder", line 160, in validateCommandLineArguments
options.verbose = int( options.verbose ) if int( options.verbose ) <= 3 else 3
ValueError: invalid literal for int() with base 10: 'ERROR'
at the command line i provided additional nonmandatory parameters:
run_finder --metadatafile $PWD/ev-mRNA-metadata_1006_1PM.csv --output_directory $PWD/output_1006 --genome $PWD/mm10.star/star-indices/mm10.fa --organism_model VERT --genemark_path $PWD/gmes_linux_64_4 --genemark_license $PWD/gmes_linux_64_4/LICENSE --cpu 118 --genome_dir_star $PWD/mm10.star/star.indices/ --genome_dir_olego $PWD/mm10.bwa/ --verbose ERROR --protein $PWD/mm10.star/uniprotkb_proteome_UP000000589_2023_10_06.fasta --framework singularity
The Error seems standard and looks like in the code; i believe the problem is on "our side"...
Any ideas? We will greatly appreciate your help.
Have a nice weekend.
…--
Iliya Lefterov, MD, PhD
Professor, University of Pittsburgh
***@***.***
***@***.***
412 383 6906 <http://voice.google.com/calls?a=nc,%2B14123836906> - office
412 576 9923 <http://voice.google.com/calls?a=nc,%2B14125769923> - mobile
412 449 9195 <http://voice.google.com/calls?a=nc,%2B14124499195> - mobile
________________________________
From: Sagnik Banerjee ***@***.***>
Sent: Tuesday, October 3, 2023 12:09 PM
To: sagnikbanerjee15/Finder ***@***.***>
Cc: Lefterov, Iliya ***@***.***>; Mention ***@***.***>
Subject: Re: [sagnikbanerjee15/Finder] Finder does not find files (supposed to be) generated at earlier steps... (Issue #80)
Hi @lefterov<https://github.com/lefterov>,
Thank you very much for your interest in finder. Could you please check your error files? We have witnessed cases where the pipeline continues after failing.
Thanks.
—
Reply to this email directly, view it on GitHub<#80 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AANSETTCQ4OTILERLHKRX5LX5Q2EHAVCNFSM6AAAAAA5QGZNWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBVGI4TGOJYG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi @lefterov, Could you please rerun it without the Thank you. |
Singularity without --verbose didn't work either. run_finder --metadatafile $PWD/meta/ev-mRNA-metadata_1012.csv we get this error: 1.1.0: Pulling from sagnikbanerjee15/finder **** The file is there; however no matter it is $PWD, or in a subdirectory (the code above) I get the same error. it is very possible that the problem is "us"... but where exactly? Thanks for your time and help. |
@lefterov |
We are running finder at the command line. Now we know that the "Required parameters" as in the help file, and if provided in an empty directory do not work, and we have solved that problem... However, with this command:
finder -mf $PWD/ev-mRNA-metadata_1002_10AM.csv -n 118 -out_dir $PWD/output_1002 -g $PWD/mm10.fa -om VERT -gm $PWD/gmes_linux_64_4 -gml $PWD/gmes_linux_64_4/LICENSE
we get this Error message:
'FileNotFoundError: [Errno 2] No such file or directory: $PWD/output_1002/assemblies_psiclass_modified/combined/combined.gtf'
we don't know how to generate this file... :)
any idea how to solve the problem?
Thanks, and have a nice evening.
The text was updated successfully, but these errors were encountered: