Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
terazus committed Mar 20, 2024
1 parent fce86a1 commit 83cab6d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 523 deletions.
9 changes: 7 additions & 2 deletions isatools/isatab/load/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
from isatools.isatab.load.read import read_investigation_file, read_tfile
from isatools.isatab.load.ProcessSequenceFactory import ProcessSequenceFactory, preprocess
from isatools.isatab.load.core import load, merge_study_with_assay_tables, load_table
from isatools.isatab.load.core import (
load,
merge_study_with_assay_tables,
load_table,
read_investigation_file,
read_tfile
)
Loading

0 comments on commit 83cab6d

Please sign in to comment.