pierrepo / PBxplore

A suite of tools to explore protein structures with Protein Blocks :snake:
https://pbxplore.readthedocs.org/en/latest/
MIT License
28 stars 17 forks source link

Remove --flat option #117

Closed pierrepo closed 8 years ago

pierrepo commented 8 years ago

Add in documentation one way to flatten fasta file. For instance: cat toto.PB.fasta | sed "s/^>.*/\t/" | tr -d "\n" | tr "\t" "\n"

Remove all related unit tests and test files.