SpatialTranscriptomicsResearch / st_pipeline

ST Pipeline contains the tools and scripts needed to process and analyze the raw files generated with the Spatial Transcriptomics method in FASTQ format.
Other
76 stars 31 forks source link

build install failed #121

Open ganguvamshi opened 3 years ago

ganguvamshi commented 3 years ago

I followed the installation steps at installation.rst and failed at python setup.py install.

realized a issue at line 131 within dataset.py. There is missing else block

jfnavarro commented 3 years ago

Hi!

Else statements are not mandatory in Python.

I would need to have more details about the error that you get in order to provide you a solution.

Nevertheless, I would recommend to use the more up-to-date version of the ST Pipeline that you can find here https://github.com/jfnavarro/st_pipeline

Best, Jose