diff isa2w4m.py @ 0:1883d5274962 draft

"planemo upload commit 8feeae9c62e2026c018e970bb2252e75e1433058"
author prog
date Wed, 08 Jan 2020 09:56:00 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/isa2w4m.py	Wed Jan 08 09:56:00 2020 -0500
@@ -0,0 +1,8 @@
+#!/usr/bin/env python3
+
+from isatools.convert import isatab2w4m
+import warnings
+
+with warnings.catch_warnings():
+    warnings.simplefilter("ignore")
+    isatab2w4m.main()