Skip to content

Commit

Permalink
update warn
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Feb 4, 2024
1 parent 6cbe0cf commit 36aef79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sim.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ profile_t set_profile(char *prof_name, opt_t *opt){
opt->flag |= SQ_RNA;
return minion_rna004_rna_prof;
}else if(strcmp(prof_name, "rna004-prom") == 0){
WARNING("%s","Parameters and models for rna004-prom are still crude.");
opt->flag |= SQ_R10;
opt->flag |= SQ_RNA;
return prom_rna004_rna_prof;
Expand Down

0 comments on commit 36aef79

Please sign in to comment.