文件名称:肠道:去切的克隆
文件大小:4KB
文件格式:ZIP
更新时间:2024-03-06 15:12:26
Go
肠子 在Go中cut克隆 ./gut -d " , " -f 1,2,3-5 -s -p 10 in.csv 安装 go build 测试文件 url=ftp://orengoftp.biochem.ucl.ac.uk/cath/releases/all-releases/v4_3_0/cath-classification-data/cath-domain-list-v4_3_0.txt curl -o test.txt $url sed ' /^\#/d ' test.txt | tr -s " " | tr " " " \t " > test.tsv du -sh test.tsv # 20M wc -l test.tsv # 500238 并行算法中并发的正确性 使用并行算法在输出中的行顺序是不确定的,因此我们必须首先对行进行排序。 ./gut -f 1,3,5,7 t
【文件预览】:
gut-main
----gut.go(6KB)
----go.sum(2KB)
----README.md(2KB)
----go.mod(150B)