You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!when i run the code talon \ --db talon.db \ --f talon_config.csv \ --threads 10 \ --build ini_talon_hg38 \ --cov 0.99 \ --identity 0.95 \ --o /data/work/temp/talon_anno,the error says SAM/BAM file 'sam_file' does not exist! Traceback (most recent call last): File "/usr/local/envs/talon_env/bin/talon", line 8, in <module> sys.exit(main()) File "/usr/local/envs/talon_env/lib/python3.7/site-packages/talon/talon.py", line 3148, in main sam_files, dset_metadata = check_inputs(options) File "/usr/local/envs/talon_env/lib/python3.7/site-packages/talon/talon.py", line 1896, in check_inputs raise ValueError(msg) ValueError: SAM/BAM file 'sam_file' does not exist!" ,what issue could trigger the error?could anyone give some advice?Thanks!
The text was updated successfully, but these errors were encountered:
handesome
changed the title
NameError: name 's' is not defined
ValueError: SAM/BAM file 'sam_file' does not exist!
Nov 5, 2024
Hi!when i run the code
talon \ --db talon.db \ --f talon_config.csv \ --threads 10 \ --build ini_talon_hg38 \ --cov 0.99 \ --identity 0.95 \ --o /data/work/temp/talon_anno
,the error saysSAM/BAM file 'sam_file' does not exist! Traceback (most recent call last): File "/usr/local/envs/talon_env/bin/talon", line 8, in <module> sys.exit(main()) File "/usr/local/envs/talon_env/lib/python3.7/site-packages/talon/talon.py", line 3148, in main sam_files, dset_metadata = check_inputs(options) File "/usr/local/envs/talon_env/lib/python3.7/site-packages/talon/talon.py", line 1896, in check_inputs raise ValueError(msg) ValueError: SAM/BAM file 'sam_file' does not exist!"
,what issue could trigger the error?could anyone give some advice?Thanks!The text was updated successfully, but these errors were encountered: