Skip to content

Commit

Permalink
Merge pull request #167 from ggabernet/dev
Browse files Browse the repository at this point in the history
markdup_java_options docs
  • Loading branch information
maxulysse authored Mar 30, 2020
2 parents 5e7e65c + bef4e18 commit 07d63e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
- [#158](https://github.com/nf-core/sarek/pull/158) - Added `ggplot2` version `3.3.0`
- [#163](https://github.com/nf-core/sarek/pull/163) - Add [MSIsensor](https://github.com/ding-lab/msisensor) in tools and container
- [#164](https://github.com/nf-core/sarek/pull/164) - Add `--no_gatk_spark` params and tests
- [#166](https://github.com/nf-core/sarek/issues/166) - Add `--markdup_java_options` documentation

### Changed

Expand Down
13 changes: 11 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [Reproducibility](#reproducibility)
- [Main arguments](#main-arguments)
- [-profile](#-profile)
- [`--reads`](#--reads)
- [--input](#--input)
- [--split_fastq](#--split_fastq)
- [--trim_fastq](#--trim_fastq)
- [--clip_r1](#--clip_r1)
Expand Down Expand Up @@ -79,6 +79,7 @@
- [Job resources](#job-resources)
- [Automatic resubmission](#automatic-resubmission)
- [Custom resource requests](#custom-resource-requests)
- [--markdup_java_options](#--markdup_java_options)
- [AWSBatch specific parameters](#awsbatch-specific-parameters)
- [--awsqueue](#--awsqueue)
- [--awsregion](#--awsregion)
Expand Down Expand Up @@ -196,7 +197,7 @@ If `-profile` is not specified, the pipeline will run locally and expect all sof
- A profile with a complete configuration for automated testing
- Includes links to test data so needs no other parameters

### `--reads`
### --input

Use this to specify the location of your input FastQ files. For example:

Expand Down Expand Up @@ -777,6 +778,14 @@ You can then create a pull request to the `nf-core/configs` repository with the

If you have any questions or issues please send us a message on [Slack](https://nf-co.re/join/slack).

## --markdup_java_options

To control the java options necessary for the GATK `MarkDuplicates` process, you can set this parameter. For example (those are the default settings):

```bash
--markdup_java_options "-Xms4000m -Xmx7g"
```

## AWSBatch specific parameters

Running the pipeline on AWSBatch requires a couple of specific parameters to be set according to your AWSBatch configuration.
Expand Down

0 comments on commit 07d63e4

Please sign in to comment.