Skip to content

Commit

Permalink
Removing tracedir and devcontainer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Jul 6, 2023
1 parent 4140bdf commit 9b0df69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
}
},

"postCreateCommand": "pre-commit install --install-hooks && nextflow self-update",

"features": {
"docker-in-docker": {
"version": "latest",
Expand Down
1 change: 0 additions & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ params {
// Input data
input = "${projectDir}/assets/samplesheet.csv"
outdir = "testing"
tracedir = "${params.outdir}/pipeline_info"

host_genome = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.fasta'
skip_complexity_filtering = false
Expand Down
1 change: 0 additions & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ params {
// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/v2.6/samplesheet_test_metagenomic_illumina.csv'
outdir = "testing"
tracedir = "${params.outdir}/pipeline_info"

host_genome = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/genomics/homo_sapiens/genome/genome.fasta'
skip_complexity_filtering = false
Expand Down

0 comments on commit 9b0df69

Please sign in to comment.