From 5a68517d3ac1f3efd5cc013cb7f0ab5e83b5e694 Mon Sep 17 00:00:00 2001
From: "christoph.stritt@unibas.ch" <christoph.stritt@unibas.ch>
Date: Tue, 16 Jan 2024 11:58:31 +0100
Subject: [PATCH] yaml import removed

---
 assembly/run_assembly_pipeline.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/assembly/run_assembly_pipeline.py b/assembly/run_assembly_pipeline.py
index 388c616..48b9e00 100755
--- a/assembly/run_assembly_pipeline.py
+++ b/assembly/run_assembly_pipeline.py
@@ -2,7 +2,6 @@
 
 import argparse
 import os
-import yaml
 import sys
 
 def get_args():
-- 
GitLab