MetaSRA-pipeline
MetaSRA-pipeline copied to clipboard
MetaSRA: normalized sample-specific metadata for the Sequence Read Archive
When installing the pipeline it starts with downloading and preparing the used ontologies. This process fetches the newest versions of them which work perfectly fine. However, when running the pipeline...
Got import error at begining
When running the `run_pipeline.py` script I get an import error when it is trying to import `run_sample_type_predictor`. This import is written as ```python from predict_sample_type import run_sample_type_predictor ``` when really...
Hi, I tried to run the pipeline according to the install info but when executing `run_pipeline.py` I found that I still had to install `dill` and `nltk` which are not...
Before run the pipeline, need to down some data using following command ``` import nltk nltk.download('punkt') ```
When using conda environment, python will not search package under PYTHONPATH. A solution may be `conda develop /path/to/MetaSRA-pipeline`.
The CD4+ memory T cell samples should map to term CL:0000897 The CD4+ naive T cell samples should map to term CL:0000895
The following maps samples to terms that should be added: ``{"SRS1625126": [ "CL:0008001" ], "SRS1625125": [ "CL:0008001" ], "SRS1625124": [ "CL:0008001" ], "SRS1625123": [ "CL:0008001" ]}``