Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed outdir parameters from tests config files #16

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading