Skip to content

Commit

Permalink
update configs and database schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyAnderssonLee committed Oct 24, 2024
1 parent fe84cc3 commit 00067f5
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ For more details about the output files and reports, please refer to the

## Credits

nf-core/taxprofiler was originally written by James A. Fellows Yates, Sofia Stamouli, Moritz E. Beber, and the nf-core/taxprofiler team.
nf-core/taxprofiler was originally written by James A. Fellows Yates, Sofia Stamouli, Moritz E. Beber, Lili Andersson-Li, and the nf-core/taxprofiler team.

### Team

Expand Down
6 changes: 3 additions & 3 deletions assets/schema_database.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"errorMessage": "db_path should be either a file path or a directory."
}
},
"required": ["tool", "db_name", "db_path"],
"uniqueEntries": ["tool", "db_name"]
}
"required": ["tool", "db_name", "db_path"]
},
"uniqueEntries": ["tool", "db_name"]
}
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process {
resourceLimits = [
cpus: 4,
memory: '15.GB',
time: '1.h'
time: '6.h'
]
}

Expand Down
2 changes: 1 addition & 1 deletion conf/test_alternativepreprocessing.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_bbduk.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_falco.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_fastp.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_krakenuniq.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_malt.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_motus.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_nopreprocessing.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_noprofiling.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_nothing.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down
2 changes: 1 addition & 1 deletion conf/test_prinseqplusplus.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
process {
// Limit resources so that this can run on GitHub Actions
resourceLimits = [
cpus: 2,
cpus: 4,
memory: '15.GB',
time: '6.h'
]
Expand Down

0 comments on commit 00067f5

Please sign in to comment.