comparison MergeFiles.py @ 6:008bc143e72e draft

Uploaded
author bornea
date Wed, 03 Aug 2016 15:06:39 -0400
parents c1199500c601
children 90045bffffaa
comparison
equal deleted inserted replaced
5:b90313f7bbab 6:008bc143e72e
5 """ 5 """
6 ####################################################################################### 6 #######################################################################################
7 import sys 7 import sys
8 import urllib2 8 import urllib2
9 import os.path 9 import os.path
10 import pandas as pd 10 import pandas
11 ####################################################################################### 11 #######################################################################################
12 ## Description: ## 12 ## Description: ##
13 # This program will merge either 2 or 3 scaffold 13 # This program will merge either 2 or 3 scaffold
14 # sample report files together 14 # sample report files together
15 ## Required input: ## 15 ## Required input: ##