Advertisement
gronke

Untitled

Feb 18th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.67 KB | None | 0 0
  1. for row in content:
  2.     try:
  3.         shutil.copy('/gpfs_common/mobyle_share/data/'+f1+'/'+row+'.sam', '/gpfs_common/mobyle_share/data/'+f2+'/')
  4.         os.remove('/gpfs_common/mobyle_share/data/'+f1+'/'+row+'.sam')
  5.     try:
  6.         shutil.copy('/gpfs_common/mobyle_share/data/'+f1+'/'+row+'.1.paired.out.sai', '/gpfs_common/mobyle_share/data/'+f2+'/')
  7.         os.remove('/gpfs_common/mobyle_share/data/'+f1+'/'+row+'.1.paired.out.sai')
  8.     try:
  9.         shutil.copy('/gpfs_common/mobyle_share/data/'+f1+'/'+row+'.2.paired.out2.sai', '/gpfs_common/mobyle_share/data/'+f2+'/')
  10.         os.remove('/gpfs_common/mobyle_share/data/'+f1+'/'+row+'.2.paired.out2.sai')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement