Skip to content

Commit

Permalink
Update vm-NAP_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lfnothias authored Jan 4, 2024
1 parent 0ef8c39 commit e0e14dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vm-NAP_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
import os
from datetime import datetime

# Get the absolute path of the root directory (one level up from 'src')
root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(root_dir)

# Now you can import your custom modules
from gnps_postprocessing.lib.gnps_download_results import *
from gnps_postprocessing.lib.consolidate_structures import *
Expand Down

0 comments on commit e0e14dd

Please sign in to comment.