github.com/informationsea/shellflow@v0.1.3/examples/config.toml (about)

     1  [backend]
     2  type = "local"
     3  
     4  [environment]
     5  
     6  
     7  [[command]]
     8  prefix = "gatk"
     9  memory = "20G"
    10  cpu = 4
    11  
    12  [[command]]
    13  prefix = "samtools "
    14  memory = "20G"
    15  cpu = 4