Mercurial > repos > scottx611x > qualimap2_bamqc
diff qualimap_bamqc.py @ 29:71af3fbe85be draft
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
author | scottx611x |
---|---|
date | Thu, 26 Jul 2018 16:21:44 -0400 |
parents | 8baa78250b7f |
children | 418ee04dd1b2 |
line wrap: on
line diff
--- 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') )