Skip to content
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

ValueError: SAM/BAM file 'sam_file' does not exist! #156

Open
handesome opened this issue Nov 4, 2024 · 2 comments
Open

ValueError: SAM/BAM file 'sam_file' does not exist! #156

handesome opened this issue Nov 4, 2024 · 2 comments

Comments

@handesome
Copy link

handesome commented Nov 4, 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 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!

@handesome handesome changed the title NameError: name 's' is not defined ValueError: SAM/BAM file 'sam_file' does not exist! Nov 5, 2024
@KMbio43
Copy link

KMbio43 commented Nov 6, 2024

talon_config.csv contains your sam file, you need to check if your sam file path is correct.

@handesome
Copy link
Author

talon_config.csv contains your sam file, you need to check if your sam file path is correct.

Thank you for quick reply! I will check again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants