Skip to content

Commit

Permalink
Merge pull request #70 from nf-core/initial-release-review-changes
Browse files Browse the repository at this point in the history
Apply the sixth set of reviewer recommendations
  • Loading branch information
scwatts authored Jul 24, 2024
2 parents 1b087b6 + 58b75d4 commit 8f8ffa2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This document describes the output produced by the pipeline. The directories listed below will be created in the results
directory after the pipeline has finished. All paths are relative to the top-level results directory.

```text
```tree
output/
│  
├── subject_1/
Expand Down
6 changes: 3 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ See the below sections for further details on customising reference data.
To override hmftools resource files, first [stage the bundle](#staging-reference-data) locally then copy in your
custom file under the bundle directory and create a new config with relevant file paths:

```text title="hmf_data.custom.config"
```groovy title="hmf_data.custom.config"
params {
hmf_data_paths {
'38' {
Expand Down Expand Up @@ -368,7 +368,7 @@ recommended to remove the Nextflow work directory after staging data to free dis

For `oncoanalyser` to use locally staged reference data a custom config can be used:

```text title="refdata.local.config"
```groovy title="refdata.local.config"
params {
genomes {
Expand Down Expand Up @@ -431,7 +431,7 @@ It is strongly recommended to use a Hartwig-distributed reference genome for ali
(`GRCh37_hmf` or `GRCh38_hmf`). Where it is not feasible to do so, a custom genome can instead be used by providing the
relevant FASTA file in a configuration file:

```text title='genome.custom.config'
```groovy title='genome.custom.config'
params {
genomes {
CustomGenome {
Expand Down
2 changes: 1 addition & 1 deletion modules/local/amber/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::hmftools-amber=4.0
- bioconda::hmftools-amber=4.0.1
2 changes: 1 addition & 1 deletion modules/local/custom/extract_tarball/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process CUSTOM_EXTRACTTARBALL {
label 'process_single'

conda "conda-forge::tar"
conda "conda-forge::tar=1.34"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'quay.io/nf-core/ubuntu:20.04' }"
Expand Down

0 comments on commit 8f8ffa2

Please sign in to comment.