launch_pipeline_ehdn_outlier.sh 439 Bytes
Newer Older
1 2 3 4
#! /bin/sh

### ASDP PIPELINE ###
## Version: 0.0.1
5 6
## Licence: AGPLv3
## Author : anne-sophie.denomme-pichon@u-bourgogne.fr
7 8
## Description : script to launch the pipeline for STR detection with EHDN outlier

9 10
# Source configuration file
. "$(dirname "$0")/config.sh"
11

12 13 14 15
(
    cd "$OUTPUTDIR"
    printf "%s\n" *
) |
16 17
    "$PARALLEL" \
	--jobs "$PARALLEL_JOB_COUNT" \
18
        --line-buffer \
19
        "$(dirname "$0")/pipeline_ehdn_outlier.sh"