parallel¶
GNU parallel is a shell tool for executing jobs in parallel using one or more computers.
| Home | http://www.gnu.org/software/parallel/ | 
| Versions | 20150922 | 
| License | GNU | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/parallel | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install parallel
and update with:
conda update parallel