-
Notifications
You must be signed in to change notification settings - Fork 21
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
Clodius aggregate with new assembly #87
Comments
Can you try using |
At first, I thought it worked, because the script started running. output file: /tmp/WT-G2-S4-R5.insulation.boundaries.bed2ddb
assembly_size: 1050156607
assembly: hg19
assembly size (max-length) 1050156607
max-width 1073741824
max_zoom: 20
chunk-size: 16777216
chrom-order [b'chr1' b'chr2' b'chr3' b'chr4' b'chr5' b'chr6' b'chr7' b'chr8' b'chr9'
b'chr10' b'chr11' b'chr12' b'chr13' b'chr14' b'chr15' b'chr16' b'chr17'
b'chr18' b'chr19' b'chr20' b'chr21' b'chr22' b'chr23' b'chr24' b'chr25'
b'chr26' b'chr27' b'chr28' b'chr30' b'chr31' b'chr32' b'chr33' b'chrM'
b'chrW' b'chrZ'] But it gave an error after running for a while: traceback (most recent call last):
File "/opt/conda/bin/clodius", line 11, in <module>
sys.exit(cli())
File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/conda/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/opt/conda/lib/python3.6/site-packages/clodius/cli/aggregate.py", line 1322, in bedgraph
chromsizes_filename, zoom_step)
File "/opt/conda/lib/python3.6/site-packages/clodius/cli/aggregate.py", line 888, in _bedgraph
chrom_info.cum_chrom_lengths[parts[chrom_col-1]] +
IndexError: list index out of range I guess this must be because galGal6 has more chromosomes than hg19? |
Hmm, would you be willing to send me the file you're trying to aggregate so that I can try it at home? It looks like it can't find the chromosome column in one of the lines on the bedGraph file? Would you be willing to share the file you're trying to aggregate and I can see what's going wrong? |
Hi all,
I'm trying to use
clodius aggregate bedgraph
to generate TADs.Clodius does not have the galGal6 assembly, so I get this error:
I recently added galGal6 to negspy, but it seems that Clodius has a different source for its assemblies. Is there a way (for me) to add galGal6 to Clodius?
The text was updated successfully, but these errors were encountered: