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
- Host: GitHub
- URL: https://github.com/kuixu/countcys
- Owner: kuixu
- Created: 2015-09-09T11:01:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T12:32:51.000Z (over 9 years ago)
- Last Synced: 2025-02-09T20:45:41.500Z (3 months ago)
- Language: Java
- Size: 695 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```