Skip to content
Snippets Groups Projects
Commit 5db156fe authored by nina.marthe_ird.fr's avatar nina.marthe_ird.fr
Browse files

renammed the pav matrix output file

parent 503e94c2
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ if args.annotation | args.variation | args.alignment:
pav_output+="\t"+str(field)
pav_output+="\n"
out_pav="pav_genes"
out_pav="PAV_matrix.txt"
file_out_pav = open(out_pav, 'w')
file_out_pav.write(pav_output)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment