hickit
hickit copied to clipboard
Error while trying to convert 3dg file
Hi @tanlongzhi
I have processed single cell data using the hickit pipeline. After phase imputation I was able to generate the 3dg file. Now that I try to convert this 3dg file into a cif file (for viewing in pymol), it gives me the following error.
Is there an alternate method to visualize a 3dg file directly?
Thank you for your help.
Divyaa
Hi @DS57, Have you converted your hickit 3dg file into a dip-c 3dg format beforehand? It can be done with a script supplied with dip-c:
scripts/hickit_3dg_to_3dg_rescale_unit.sh in.3dg
This will generate a dip-c 3dg file in.dip-c.3dg
for further conversion into mmCIF. Note that the above only works with more recent versions of hickit (with #unit
header), to be released as v0.1.1.
Hi @tanlongzhi
Perfect! I will try this. Thank you so much.
Divyaa