Mercurial > repos > scottx611x > qualimap2_bamqc
comparison qualimap_bamqc.py @ 25:e985769ec0ac draft
planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
author | scottx611x |
---|---|
date | Thu, 26 Jul 2018 16:08:52 -0400 |
parents | 1f206c5af024 |
children | 241f81fdff98 |
comparison
equal
deleted
inserted
replaced
24:1f206c5af024 | 25:e985769ec0ac |
---|---|
38 ) | 38 ) |
39 | 39 |
40 shutil.make_archive( | 40 shutil.make_archive( |
41 'raw_data_qualimapReport.zip', | 41 'raw_data_qualimapReport.zip', |
42 'zip', | 42 'zip', |
43 'raw_data_qualimapReport/' | 43 './raw_data_qualimapReport' |
44 ) | 44 ) |
45 | 45 |
46 | 46 |
47 if __name__ == "__main__": | 47 if __name__ == "__main__": |
48 main() | 48 main() |