An open API service indexing awesome lists of open source software.

https://github.com/kuixu/countcys

Count the number of Cys in a series of fasta formatted protein sequences
https://github.com/kuixu/countcys

Last synced: 27 days ago
JSON representation

Count the number of Cys in a series of fasta formatted protein sequences

Awesome Lists containing this project

README

        

# CountCys
Count the number of Cys in a series of fasta formatted protein sequences

# Manual

```shell
CountCys : Count Cys in fasta file.
Version : 0.0.1
Usage : java -jar countcys.jar -f test.fasta
-f Protein fasta file.

---
-v View output.
-h View help option.
```