diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2020-06-13 07:16:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:44 +0700 |
commit | 2fbe379fea6e381906483ee9ce2fd42b85ac8906 (patch) | |
tree | ac95d648c4bb81194d0f202f52ad0088938aed88 /academic/seqkit/README | |
parent | dcf10d0e3d6a12a8de776e90345587311b19670b (diff) |
academic/seqkit: Added (toolkit for FASTA/Q file manipulation)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/seqkit/README')
-rw-r--r-- | academic/seqkit/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/academic/seqkit/README b/academic/seqkit/README new file mode 100644 index 0000000000000..d78d8069cd6af --- /dev/null +++ b/academic/seqkit/README @@ -0,0 +1,26 @@ +SeqKit - a cross-platform and ultrafast toolkit for FASTA/Q file +manipulation + +FASTA and FASTQ are basic and ubiquitous formats for storing nucleotide +and protein sequences. Common manipulations of FASTA/Q file include +converting, searching, filtering, deduplication, splitting, shuffling, +and sampling. Existing tools only implement some of these manipulations, +and not particularly efficiently, and some are only available for +certain operating systems. Furthermore, the complicated installation +process of required packages and running environments can render these +programs less user friendly. + +This project describes a cross-platform ultrafast comprehensive toolkit +for FASTA/Q processing. SeqKit provides executable binary files for all +major operating systems, including Windows, Linux, and Mac OS X, and can +be directly used without any dependencies or pre-configurations. SeqKit +demonstrates competitive performance in execution time and memory usage +compared to similar tools. The efficiency and usability of SeqKit enable +researchers to rapidly accomplish common FASTA/Q file manipulations. + +Note: This just repackages the binaries provided from upstream. + +Please cite: +Wei Shen,Shuai Le,Yan Li ,Fuquan Hu. SeqKit: A Cross-Platform and +Ultrafast Toolkit for FASTA/Q File Manipulation. October 5, 2016 +https://doi.org/10.1371/journal.pone.0163962 |