Skip to content

Commit

Permalink
Merge pull request #6 from UMCUGenetics/release/v1.1.1
Browse files Browse the repository at this point in the history
Release/v1.1.1
  • Loading branch information
ellendejong authored Aug 19, 2021
2 parents cdff64b + 0b03b1a commit 2b00df5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# DxNextflowWGS
Genome Diagnostics Nextflow WGS workflow

## Get Nextflow Modules
```bash
git submodule update --init --recursive
```

## Install Nextflow
```bash
mkdir tools && cd tools
curl -s https://get.nextflow.io | bash
```

## Running WGS workflow
```bash
nextflow run WGS.nf -c WGS.config --fastq_path <fastq_dir_path> --outdir <output_dir_path> --email <email> [-profile slurm|mac]
```

## QDNAseq GUIX container
```bash
guixr pack -f squashfs -RR -S /bin=bin r r-qdnaseq-hmf r-getoptlong perl bash glibc-utf8-locales tzdata coreutils procps grep sed bootstrap-binaries
Expand Down
3 changes: 3 additions & 0 deletions WGS.config
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ profiles {

executor {
queueSize = 1000
pollInterval = '1min'
queueStatInterval = '5min'
submitRatelimit = '10sec'
}
}

Expand Down

0 comments on commit 2b00df5

Please sign in to comment.