Skip to content

Commit

Permalink
Merge pull request #16 from mrvictorica/remove-outdir-from-test
Browse files Browse the repository at this point in the history
Removed outdir parameters from tests config files
  • Loading branch information
LouisLeNezet authored Mar 20, 2024
2 parents bb21ad5 + d44d1cd commit 462be6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Initial release of nf-core/phaseimpute, created with the [nf-core](https://nf-co

### `Added`

### `Changed`

- [#16](https://github.com/nf-core/phaseimpute/pull/16) - Removed outdir from test config files

### `Fixed`

### `Dependencies`
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ nf-core/phaseimpute was originally written by Louis Le Nézet.

We thank the following people for their extensive assistance in the development of this pipeline:

- Anabella Trigilla
- Anabella Trigila
- Saul Pierotti
- Matias Romero Victorica

## Contributions and Support

Expand Down
2 changes: 0 additions & 2 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ params {
max_time = '6.h'

// Input data
// TODO nf-core: Specify the paths to your test data on nf-core/test-datasets
// TODO nf-core: Give any required params for the test so that command line flags are not needed
input = "${projectDir}/tests/csv/bam.csv"

// Genome references
Expand Down
1 change: 0 additions & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ params {
input = "tests/csv/sample_sim.csv"
panel = "tests/csv/panel.csv"
input_region_string = "all"
outdir = "results/test_full"
step = "simulate"
}
1 change: 0 additions & 1 deletion conf/test_sim.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ params {
input = "tests/csv/sample_sim.csv"
input_region_file = "tests/csv/regionsheet.csv"
depth = [1, 2]
outdir = "results/test_sim"
genome = "GRCh38"

map = "/groups/dog/llenezet/test-datasets/data/genetic_maps.b38/chr21.b38.gmap.gz"
Expand Down

0 comments on commit 462be6d

Please sign in to comment.