Skip to content
Snippets Groups Projects
Commit 2a9f718c authored by Magali Ruffier's avatar Magali Ruffier
Browse files

pig (sus_scrofa) is now a merged species, needs to be added to the list of...

pig (sus_scrofa) is now a merged species, needs to be added to the list of existing three, human, mouse and zebrafish
parent b942c8e0
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,12 @@ sub run_script {
$source_prefix = "ZFIN_ID";
$host = "ens-staging1";
}
if($species_name eq "sus_scrofa" ){
$source_prefix = "PIGGY";
$host = "ens-staging2";
}
else{
die "Species is $species_name and is not homo_sapines, mus_musculus or danio_rerio the only three valid species\n";
die "Species is $species_name and is not homo_sapiens, mus_musculus, danio_rerio or sus_scrofa, the only four valid species\n";
}
if($my_args =~ /host[=][>](\S+?)[,]/){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment