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

Error in Generating multi-resolution .mcool file #3

Closed
AnakimG opened this issue May 28, 2024 · 1 comment
Closed

Error in Generating multi-resolution .mcool file #3

AnakimG opened this issue May 28, 2024 · 1 comment

Comments

@AnakimG
Copy link

AnakimG commented May 28, 2024

Hi @js2264,

When running the HiCool function like that :
x <- HiCool(
r1 = './MKL30_Merged_R1.fastq.gz',
r2 = './MKL30_Merged_R2.fastq.gz',
restriction = 'HpaII',
resolutions = c(500, 1000, 2000, 5000, 10000),
genome = './genome_SL1344.fasta',
output = './HiCool_MKL30_Merged/'
)

I get this error :
HiCool :: Generating multi-resolution .mcool file...
Error in py_call_impl(callable, call_args$unnamed, call_args$named) :
TypeError: 'int' object is not iterable
Run reticulate::py_last_error() for details.
Calls: HiCool ... -> force -> -> py_call_impl
Execution halte

I feel like it is a fastq files problem, because on certain fastq files it works and on others it doesn't.
Do you have any clue ?
Thanks in advance

Anakim

@js2264
Copy link
Owner

js2264 commented Jun 3, 2024

Hi @AnakimG, sorry I have no idea where this issue could originate from. The fastq files that work come from the same source that MKL30 reads? If two fastq files are corrupted and do not have identical # of reads, this could perhaps lead to such issue?

@js2264 js2264 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
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