Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
61c2da56
Commit
61c2da56
authored
Jul 17, 2017
by
Matthieu Muffato
Browse files
The python JSON parser is strict about unecessary trailing commas
parent
ef926972
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
hive_config.json
hive_config.json
+3
-3
No files found.
hive_config.json
View file @
61c2da56
...
...
@@ -33,11 +33,11 @@
},
"SGE"
:
{
"SubmissionOptions"
:
""
,
"TotalRunningWorkersMax"
:
2000
,
"TotalRunningWorkersMax"
:
2000
},
"CONDOR"
:
{
"SubmissionOptions"
:
""
,
"TotalRunningWorkersMax"
:
500
,
"TotalRunningWorkersMax"
:
500
}
},
"Graph"
:
{
...
...
@@ -95,7 +95,7 @@
"Colour"
:
"blueviolet"
,
"Font"
:
"Courier"
,
"FontColour"
:
"white"
}
,
}
},
"Edge"
:
{
"Font"
:
"Helvetica"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment