Skip to content

Commit

Permalink
Remove unused arguments from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johandahlberg committed Feb 2, 2024
1 parent dc07db3 commit 86fb81b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
12 changes: 5 additions & 7 deletions tests/data/param_files/test_data_pe_T1.amplicon.meta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"cli": {
"command": "pixelator single-cell amplicon",
"options": {
"--input1-pattern": "_R1",
"--input2-pattern": "_R2",
"--output": "."
}
"cli": {
"command": "pixelator single-cell amplicon",
"options": {
"--output": "."
}
}
}
12 changes: 0 additions & 12 deletions tests/data/report/info_and_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,18 +364,6 @@
{
"command": "pixelator single-cell amplicon",
"options": [
{
"name": "--input1-pattern",
"value": "_R1",
"default_value": "_R1",
"description": "The string pattern to use to identify forward (R1) files"
},
{
"name": "--input2-pattern",
"value": "_R2",
"default_value": "_R2",
"description": "The string pattern to use to identify reverse (R2) files"
},
{
"name": "--output",
"value": ".",
Expand Down

0 comments on commit 86fb81b

Please sign in to comment.