#gff #gene #hts

程序 gffkit

gffkit: 一个简单的gff3文件操作程序

2个版本

0.1.2 2024年5月24日
0.1.1 2023年8月17日

#154 in 生物学

Download history 101/week @ 2024-05-19 7/week @ 2024-05-26 3/week @ 2024-06-02 1/week @ 2024-06-09

90 每月下载量

GPL-3.0 许可证

2.5MB
589 代码行

gffkit

🦀 一个简单的gff3文件操作程序

安装

git clone https://github.com/sharkLoc/gffkit.git
cd gffkit
cargo b --release
# mv target/release/gffkit to anywhere you want 

使用方法

gffkit --help
gffkit -- gffkit: A simple program for gff3 file manipulation

Version: 0.1.2

Authors: size_t <[email protected]>
Source code: https://github.com/sharkLoc/gffkit.git


Usage: gffkit [OPTIONS] <COMMAND>

Commands:
  query    query feature info from GFF3 file
  extract  extract feature sequence from fasta file [aliases: extr]
  help     Print this message or the help of the given subcommand(s)

Global Arguments:
      --log <FILE>    if file name specified, write log message to this file, or write to stderr
  -v, --verbosity...  control verbosity of logging, [-v: Error, -vv: Warn, -vvv: Info, -vvvv: Debug, -vvvvv: Trace, defalut: Debug]

Global FLAGS:
  -q, --quiet    be quiet and do not show any extra information
  -h, --help     prints help information
  -V, --version  prints version information

Use "gffkit help [command]" for more information about a command

**如有任何错误,请报告问题**

依赖项

~21–36MB
~520K SLoC