-
Notifications
You must be signed in to change notification settings - Fork 5
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
cm.pkl not found in extract step #17
Comments
It looks like you are trying to write to a folder that doesn’t exist.Can you check the path to the folder HeP-1003_6_months_coverage-maps and try again?On Mar 13, 2024, at 7:18 AM, Sandro Valenzuela ***@***.***> wrote:
Dears,
I am running the software using my own database. It was succefully created and mapped using the coptr index and coptr map steps.
however, the extract step is asking for a pkl which I don't know where I can get it.
error log:
[INFO] [Mar 13, 2024 12:33:45] [coptr.bam_processor] Processing HeP-1003_6_months_bams/HeP-1003-4.bam.
[INFO] [Mar 13, 2024 12:52:02] [coptr.bam_processor] Determining reference genomes.
[INFO] [Mar 13, 2024 12:54:28] [coptr.bam_processor] Collecting multi-mapped reads.
[INFO] [Mar 13, 2024 13:00:58] [coptr.bam_processor] Grouping reads by reference genome.
Traceback (most recent call last):
File "/scratch/project_2007362/software/mambaforge/envs/coptr/bin/coptr", line 8, in <module>
sys.exit(cli())
File "/scratch/project_2007362/software/mambaforge/envs/coptr/lib/python3.7/site-packages/coptr/cli.py", line 576, in cli
ProgramOptions()
File "/scratch/project_2007362/software/mambaforge/envs/coptr/lib/python3.7/site-packages/coptr/cli.py", line 70, in __init__
getattr(self, args.command)()
File "/scratch/project_2007362/software/mambaforge/envs/coptr/lib/python3.7/site-packages/coptr/cli.py", line 242, in extract
os.path.join(args.out_folder, get_fastq_name(f) + ".cm.pkl"), "wb"
FileNotFoundError: [Errno 2] No such file or directory: 'HeP-1003_6_months_coverage-maps/HeP-1003-4.cm.pkl'
How can I generate the file for the extract step?.
thanks in advance!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hi,
csv output:
what could led to an empty file? thanks in advance! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dears,
I am running the software using my own database. It was succefully created and mapped using the
coptr index
andcoptr map
steps.however, the
extract
step is asking for a pkl which I don't know where I can get it.error log:
How can I generate the file for the extract step?.
thanks in advance!
The text was updated successfully, but these errors were encountered: