dvdkouril / chromospace

🧬🚀 visualizing chromatin in space
https://chromospace.org/
MIT License
1 stars 0 forks source link

feat: CLI script for previewing 3D chromatin structures #78

Open dvdkouril opened 1 month ago

dvdkouril commented 1 month ago

The premise is that for quickly taking a look at chromatin structure file, users working in a terminal app might not want to start up a jupyter notebook, or navigate to an online app just to see what chromatin structure is in an arrow/parquet file.

The solution: provide a CLI script that takes the input arrow/parquet file, parses it and renders offscreen using chromospace (using some default viewconfig), and then turns the rendered image into an ascii-art representation that gets printed in the terminal output.

preview-as-ascii

Sub-problems:

Additional features: