Mercurial > repos > scottx611x > qualimap2_bamqc
comparison qualimap_bamqc.py @ 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 |
comparison
equal
deleted
inserted
replaced
23:cefa83db3ebf | 24:1f206c5af024 |
---|---|
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 'qualimap_results/raw_data_qualimapReport/' | 43 'raw_data_qualimapReport/' |
44 ) | 44 ) |
45 | |
46 | 45 |
47 | 46 |
48 if __name__ == "__main__": | 47 if __name__ == "__main__": |
49 main() | 48 main() |