Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoohm committed Mar 14, 2017
1 parent fe4f838 commit 5c1083d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Future implementations
* Cross language dependencies installation
* Mixed reference genome generation
* reflat generation
* UMI and Barcode range in config.yaml


I hope it can help you out in your drop-seq experiment!
Expand Down
5 changes: 0 additions & 5 deletions dropSeqPip/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ def main():
configfile = os.path.join(args.folder_path, 'config.yaml')
sub_folders = ['summary', 'logs', 'plots']
package_dir = os.path.dirname(__file__)

#if (not os.path.isfile(configfile)):
#print('No configfile. Exiting')
#sys.exit()
#Create folder if not present
for folder in sub_folders:
joined = os.path.join(args.folder_path, folder)
if(not os.path.isdir(joined)):
Expand Down
Binary file removed dropSeqPip/__pycache__/__main__.cpython-34.pyc
Binary file not shown.

0 comments on commit 5c1083d

Please sign in to comment.