launch_pipeline.sh 516 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#! /bin/sh

### ASDP PIPELINE ###
## launch_pipeline.sh
## Version : 0.0.1
## Licence : FIXME
## Description : script to launch the pipeline for STR detection
## Usage : 
## Output : FIXME
## Requirements : FIXME

## Author : anne-sophie.denomme-pichon@u-bourgogne.fr
## Creation Date : 20191208
14
## last revision date : 20200215
15 16 17
## Known bugs : None

/work/gad/shared/bin/parallel/parallel-20150522-1.el7.cern/bin/parallel \
18
    --jobs 16 \
19 20 21
    --line-buffer \
    "$(dirname "$0")/pipeline.sh" \
    < genomes.list