Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
insert instead of append
Browse files Browse the repository at this point in the history
  • Loading branch information
Asma Riyaz committed Mar 12, 2018
1 parent 73e2a45 commit 357db93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metagenomics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

#import inspect
import os,sys
sys.path.append(os.path.sep.join([os.path.dirname(os.path.realpath(__file__)), "SciEDPipeR"]))
sys.path.append(os.path.sep.join([os.path.dirname(os.path.realpath(__file__)), "SciEDPipeR", "sciedpiper"]))
sys.path.insert(0, os.path.sep.join([os.path.dirname(os.path.abspath(__file__)), "SciEDPipeR"]))
sys.path.insert(0, os.path.sep.join([os.path.dirname(os.path.abspath(__file__)), "SciEDPipeR", "sciedpiper"]))
import sciedpiper.Command as Command
import sciedpiper.PipelineRunner as PipelineRunner

Expand Down

0 comments on commit 357db93

Please sign in to comment.