Skip to content

Commit

Permalink
Add list of species to copy sets
Browse files Browse the repository at this point in the history
  • Loading branch information
dglemos committed Apr 3, 2023
1 parent 398f52b commit 6cfa753
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nextflow/EVAImport/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ params.host = ""
params.port = ""
params.dbname = ""

// Params for sets import
list_species_setname = [ "mus_musculus":["MGP"],
"sus_scrofa":["PorcineHD", "PorcineLD", "PorcineSNP60", "Affy_PorcineHD"],
"ovis_aries":["OvineSNP50", "OvineHDSNP"],
"ovis_aries_rambouillet":["OvineSNP50", "OvineHDSNP"],
"gallus_gallus":["Chicken600K"],
"gallus_gallus_gca000002315v5":["Chicken600K"],
"equus_caballus":["Illumina_EquineSNP50"],
"capra_hircus":["GoatSNP50"],
"bos_taurus":["BovineHD", "BovineLD", "BovineSNP50"]
]


// Check input params
if(!params.species) {
Expand Down

0 comments on commit 6cfa753

Please sign in to comment.