changeset 24:1f206c5af024 draft

planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
author scottx611x
date Thu, 26 Jul 2018 16:06:15 -0400
parents cefa83db3ebf
children e985769ec0ac
files qualimap_bamqc.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/qualimap_bamqc.py	Thu Jul 26 15:58:53 2018 -0400
+++ b/qualimap_bamqc.py	Thu Jul 26 16:06:15 2018 -0400
@@ -40,10 +40,9 @@
     shutil.make_archive(
         'raw_data_qualimapReport.zip',
         'zip',
-        'qualimap_results/raw_data_qualimapReport/'
+        'raw_data_qualimapReport/'
     )
 
 
-
 if __name__ == "__main__":
     main()