comparison qualimap_bamqc.py @ 27:cfe86907a867 draft

planemo upload for repository https://github.com/scottx611x/qualimap2 commit dc78b7c4b1780b316ca4aba2be247969ac1100ec-dirty
author scottx611x
date Thu, 26 Jul 2018 16:14:22 -0400
parents 241f81fdff98
children 8baa78250b7f
comparison
equal deleted inserted replaced
26:241f81fdff98 27:cfe86907a867
36 args.input_file, 36 args.input_file,
37 args.out_genome_file, 37 args.out_genome_file,
38 args.java_mem_size 38 args.java_mem_size
39 ) 39 )
40 40
41 print(os.listdir(os.get_cwd()))
42
41 shutil.make_archive( 43 shutil.make_archive(
42 'raw_data_qualimapReport', 44 'raw_data_qualimapReport',
43 'zip', 45 'zip',
44 os.path.join(os.get_cwd(), 'raw_data_qualimapReport') 46 os.path.join(os.get_cwd(), 'raw_data_qualimapReport')
45 ) 47 )