Skip to content
Snippets Groups Projects
cluster.json 923 B
Newer Older
Laura Denies's avatar
Laura Denies committed
{
    "__default__" :
    {
        "time" : "0-03:00:00",
        "n" : 1,
        "partition" : "batch",
        "ncpus": 1,
        "job-name" : "ViruTox.{rule}",
        "output" : "slurm-%j.%N-%x.out",
        "error" : "slurm-%j.%N-%x.err"
    },
    
    "run_PLASMID" :
    {
        "time" : "0-03:00:00",
        "n" : 1,
        "partition" : "bigmem",
        "ncpus": 1,
    },
    "run_HMM_vir" :
    {
        "time" : "0-03:00:00",
        "n" : 1,
        "partition" : "batch",
        "ncpus": 1,
    },
    "run_HMM" :
    {
        "time" : "0-03:00:00",
        "n" : 1,
        "partition" : "batch",
        "ncpus": 1,
    },
    "run_VirSorter" :
    {
        "time" : "0-03:00:00",
        "n" : 1,
        "partition" : "bigmem",
        "ncpus": 1,
    },
    "run_Virfinder" :
    {
        "time" : "0-03:00:00",
        "n" : 1,
        "partition" : "bigmem",
        "ncpus": 1,
    },
}