From ac22d9cfe51d961ee4f090645b5e0a3cedb18d59 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Mon, 11 Mar 2019 16:23:03 -0500
Subject: [PATCH] Update to python standards.

---
 workflow/scripts/software_report.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/workflow/scripts/software_report.py b/workflow/scripts/software_report.py
index 240c950..406b9bd 100644
--- a/workflow/scripts/software_report.py
+++ b/workflow/scripts/software_report.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 from __future__ import print_function
@@ -52,7 +52,7 @@ for k, v in regexes.items():
 # Dump to YAML
 print(
     '''
-    id: 'BICF ChIP-seq Analysis'
+    id: 'Software Versions'
     section_name: 'Software Versions'
     section_href: 'https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis/'
     plot_type: 'html'
-- 
GitLab