File: run.sh

package info (click to toggle)
python-seqcluster 1.2.9%2Bds-5
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 113,636 kB
  • sloc: python: 5,308; makefile: 184; sh: 122; javascript: 55
file content (11 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
set -o pipefail

bcbio_nextgen.py -w template template.yaml mirqc_bcbio.csv raw/* --only-metadata
bcbio_nextgen.py -w template template.yaml non_mirqc_bcbio.csv raw/* --only-metadata


cd mirqc_bcbio/work
bcbio_nextgen.py ../config/mirqc_bcbio.yaml

cd non_mirqc_bcbio/work
bcbio_nextgen.py ../config/non_mirqc_bcbio.yaml