Skip to content

Commit

Permalink
Added: Added paths for new Example 1 data.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAnzel committed Dec 15, 2021
1 parent e010cbe commit c671611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
path_example_1_genomics, 'rmags_filtered')
path_example_1_genomics_kegg = os.path.join(path_example_1_genomics, 'KEGG')
path_example_1_genomics_bins = os.path.join(path_example_1_genomics, 'Bins')
path_example_1_genomics_depths = os.path.join(
path_example_1_genomics, 'MG_Depths')
path_example_1_transcriptomics_depths = os.path.join(
path_example_1_genomics, 'MT_Depths')
path_example_1_proteomics_fasta = os.path.join(
path_example_1_proteomics, 'set_of_78')

Expand Down
1 change: 1 addition & 0 deletions Source/example_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
path_example_2_viz = os.path.join(
path_example_2_root_data, 'visualizations')


def upload_intro(folder_path, key_suffix):
df = None

Expand Down

0 comments on commit c671611

Please sign in to comment.