You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if we observe low transcript support levels, we will warn the user
243
-
if (support !="_"&& support !="1"&& support !="NA")
237
+
if (support !="_"&& support !="1"&&support !="2"&& support !="NA")
244
238
245
239
if suppress
246
240
continue
247
241
elseif!warning
248
242
println(STDERR, "")
249
-
warn("Using low quality Transcript Support Levels (TSL 2-5) in your GTF file is not recommended!\nFor more information on TSL, see: http://www.ensembl.org/Help/Glossary?id=492\n\nIf you would like Whippet to ignore these when building its index, use `--suppress-low-tsl` option!\n\n")
243
+
warn("Using low quality Transcript Support Levels (TSL 3+) in your GTF file is not recommended!\nFor more information on TSL, see: http://www.ensembl.org/Help/Glossary?id=492\n\nIf you would like Whippet to ignore these when building its index, use `--suppress-low-tsl` option!\n\n")
0 commit comments