Skip to content

Commit

Permalink
Update MAGpy.json
Browse files Browse the repository at this point in the history
Improve indendation.
Move curly braces for the value to the same line with the key.
  • Loading branch information
cezar77 authored Jun 17, 2021
1 parent 24921d4 commit 7132ff4
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions MAGpy.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,41 @@
{
"__default__" :
{
"__default__" : {
"core" : "1",
"time" : "01:00:00",
"vmem" : "4G",
"proj" : "myqueue"
},
"diamond" :
{
"diamond" : {
"core" : "16",
"time" : "24:00:00",
"vmem" : "16G",
"proj" : "myqueue"
},
"checkm" :
{
"checkm" : {
"core" : "16",
"time" : "24:00:00",
"vmem" : "16G",
"proj" : "myqueue"
},
"phylophlan_link" :
{
"phylophlan_link" : {
"core" : "16",
"time" : "08:00:00",
"vmem" : "16G",
"proj" : "myqueue"
},
"pfam_scan" :
{
"pfam_scan" : {
"core" : "4",
"time" : "12:00:00",
"vmem" : "4G",
"proj" : "myqueue"
},
"sourmash_sig" :
{
"sourmash_sig" : {
"core" : "1",
"time" : "08:00:00",
"vmem" : "4G",
"proj" : "myqueue"
},
"sourmash_gather" :
{
"sourmash_gather" : {
"core" : "1",
"time" : "12:00:00",
"vmem" : "4G",
Expand Down

0 comments on commit 7132ff4

Please sign in to comment.