weights_categories
来自「fastDNAml is an attempt to solve the sam」· 代码 · 共 9 行
TXT
9 行
#! /bin/sh## weights_categories option shell script#if test $# -ne 1; then echo "Usage: $0 weights+categories_data_file"; exit; firead first_lineecho "$first_line W C"cat $1 -
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?