Skip to content

Commit

Permalink
Merge pull request #555 from ISA-tools/DomRefactorTabLoader
Browse files Browse the repository at this point in the history
Refactor isatab loader
  • Loading branch information
proccaserra authored Apr 12, 2024
2 parents 8aba97f + e3c1912 commit abcb82c
Show file tree
Hide file tree
Showing 4 changed files with 722 additions and 483 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 abcb82c

Please sign in to comment.