Commit 85c9fb77 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Added m1 platform config

parent 11dad3a2
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -173,6 +173,22 @@ profiles {
        shifter.enabled        = false
    }

    /* 
    * Platform specific profiles
    */
    docker_m1 {
        docker.enabled         = true
        docker.runOptions      = "-u \$(id -u):\$(id -g) --platform linux/arm64/v8"
        singularity.enabled    = false
        podman.enabled         = false
        shifter.enabled        = false
        charliecloud.enabled   = false
    }

    /* 
    * Test profiles
    */

    laptop          { includeConfig "conf/laptop.config"          } // Sets up compute resources for local computing run
    test            { includeConfig "conf/test.config"            } // Runs a single sample with an IgG control
    test_fasta_only { includeConfig "conf/test_fasta_only.config" } // Runs a single sample with an IgG control but with no extra genome files just as bed files and black lists