checkpoint_summary
来自「fastDNAml is an attempt to solve the sam」· 代码 · 共 7 行
TXT
7 行
#! /bin/sh#for file in "$@"; do if test $# -gt 1; then echo '::::::::::'; echo "$file"; echo '::::::::::'; fi sed -e 's/^.*\(likelihood =[^,]*,[^,]*\),.*$/\1/' $filedone
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?