# HG changeset patch # User scottx611x # Date 1532636212 14400 # Node ID 8baa78250b7fc86cd631771f138a67258f3bd8eb # Parent cfe86907a86727d019ec6ea221f44925037b17f8 planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty diff -r cfe86907a867 -r 8baa78250b7f qualimap_bamqc.py --- 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') )