diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2020-10-30 21:05:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:27 +0700 |
commit | 8a25ffde0f7aad2c7449afd83dcd4d2c300aa504 (patch) | |
tree | 9cc17a093ef117730d5b1cd5cdd1515ecbd5db05 /academic/SeqMonk/README | |
parent | 21c3c2f49763394faf9ce74dfdf2818b547daa01 (diff) | |
download | slackbuilds-8a25ffde0f7aad2c7449afd83dcd4d2c300aa504.tar.gz slackbuilds-8a25ffde0f7aad2c7449afd83dcd4d2c300aa504.tar.xz |
academic/SeqMonk: Added (A Mapped Sequence Analysis tool)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/SeqMonk/README')
-rw-r--r-- | academic/SeqMonk/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/academic/SeqMonk/README b/academic/SeqMonk/README new file mode 100644 index 0000000000..a5d7990f84 --- /dev/null +++ b/academic/SeqMonk/README @@ -0,0 +1,15 @@ +SeqMonk - A Mapped Sequence Analysis tool +----------------------------------------- + +SeqMonk is a tool for viewing and analysing mapped sequence data. It +was initially written to cope with remapping experiment data from +next generation sequencers, but could be applied to any dataset +consisting of a series of mapped genomic regions. The program allows +you to visualise the positions of your mapped regions against an +annotated genome and to quantify the data in order to make comparisons +between data sets. + +If you have any comments about SeqMonk the authors would like to hear +them. You either enter them in the bug tracking system at: + +https://github.com/s-andrews/seqmonk/issues/ |