原文出处:https://www.danielecook.com/using-gnu-parallel-for-bioinformatics/
module load parallel # 版本查看 parallel --version 普通情况 我们将使用纽约时报 github 存储库整理的 COVID-19 数据 mkdir GNU-parallel cd GNU-parallel wget https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-counties.csv
rush 是一个类似于 GNU-parallel 的工具,提供了并行化命令的处理方案。