Advertisement
dcesini

bwa_blast_job

Apr 24th, 2018
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # prologue
  2. if not check_if_exec_exist():
  3. install_exec()
  4. if not check_if_db_exist("db_path"): exit(1)
  5. check_md5sum("db")
  6. get_query("input_path")
  7.  
  8. #main
  9. launch_bwa("query","db")
  10. launch_blast("query","db"
  11.  
  12. # epilogue
  13. md5sum("outfile")
  14. gzip_out("outfile")
  15. save_out("outfile")
  16. clean_all()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement