snap-stanford / mars

Discovering novel cell types across heterogenous single-cell experiments
MIT License
120 stars 36 forks source link

how to load args_parser and model? #6

Closed Yale73 closed 3 years ago

Yale73 commented 3 years ago

Hi MARS team,

Thanks for such great package. As a beginner, when I try to run your notebook:

from args_parser import get_parser
from model.mars import MARS
from model.experiment_dataset import ExperimentDataset
from data.benchmarks import BenchmarkData
import warnings

I got an issue that No module named 'args_parser', 'get_parser', 'model'.

I am wondering whether you can help me to load these packages correctly?

Thanks, Yale

mbrbic commented 3 years ago

You can solve this by moving notebook file to the directory where args_parser file is located.

Yale73 commented 3 years ago

@mbrbic I did it, but still doesn't work.