Skip to content
Snippets Groups Projects
Commit 4c47bd61 authored by Robin Erich Muench's avatar Robin Erich Muench
Browse files

python libraries + trailing / fix

parent f458fc70
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ Dependencies
* [htslib](http://www.htslib.org/)
* Python-2.7 or above
* numpy
* pandas
#### Installing dependencies on Ubuntu/debian
......
......@@ -72,6 +72,7 @@ def debugging(taxids_of_interest, header_cov):
def file_check():
''' Check if required files exist (True / False)'''
args.projdir = args.projdir.rstrip('/')
args.coverage_file = args.projdir+'/'+args.projdir+'.all_cov.tab'
args.percentage_file = args.projdir+'/'+args.projdir+'.all_perc.tab'
args.all_samples = args.projdir+'/'+'all_samples'
......
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