Advertisement
Guest User

bwa.condor

a guest
Feb 28th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.33 KB | None | 0 0
  1. ###############
  2. #Submit file
  3. ###############
  4.  
  5. universe = grid
  6. grid_resource = batch sge gmarco@cacique
  7. executable = /opt/web/opal_scripts/bwa/bwa.sh
  8.  
  9. output = bwa.out
  10. error = bwa.err
  11. log = bwa.log
  12.  
  13. should_transfer_files = YES
  14.  
  15. transfer_output = true
  16. stream_output = true
  17.  
  18. when_to_transfer_output = ON_EXIT_OR_EVICT
  19.  
  20. queue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement