diff qualimap_bamqc.py @ 28:8baa78250b7f draft

planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
author scottx611x
date Thu, 26 Jul 2018 16:16:52 -0400
parents cfe86907a867
children 71af3fbe85be
line wrap: on
line diff
--- a/qualimap_bamqc.py	Thu Jul 26 16:14:22 2018 -0400
+++ b/qualimap_bamqc.py	Thu Jul 26 16:16:52 2018 -0400
@@ -38,12 +38,12 @@
         args.java_mem_size
     )
 
-    print(os.listdir(os.get_cwd()))
+    print(os.listdir(os.getcwd()))
 
     shutil.make_archive(
         'raw_data_qualimapReport',
         'zip',
-        os.path.join(os.get_cwd(), 'raw_data_qualimapReport')
+        os.path.join(os.getcwd(), 'raw_data_qualimapReport')
     )