Rename all the scripts to start with htsw-
[htsworkflow.git] / scripts / srf2fastq
diff --git a/scripts/srf2fastq b/scripts/srf2fastq
deleted file mode 100755 (executable)
index 0361e43..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python
-import sys
-from htsworkflow.pipelines.srf2fastq import main
-
-if __name__ == "__main__":    
-    sys.exit(main(sys.argv[1:]))