# HG changeset patch # User scottx611x # Date 1532636504 14400 # Node ID 71af3fbe85bead24c99554a8c34556539c33d425 # Parent 8baa78250b7fc86cd631771f138a67258f3bd8eb planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty diff -r 8baa78250b7f -r 71af3fbe85be qualimap_bamqc.py --- a/qualimap_bamqc.py Thu Jul 26 16:16:52 2018 -0400 +++ b/qualimap_bamqc.py Thu Jul 26 16:21:44 2018 -0400 @@ -38,12 +38,12 @@ args.java_mem_size ) - print(os.listdir(os.getcwd())) + print(os.listdir("../")) shutil.make_archive( 'raw_data_qualimapReport', 'zip', - os.path.join(os.getcwd(), 'raw_data_qualimapReport') + os.path.join("../", 'raw_data_qualimapReport') )