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

cython python3 directives #110

Closed jsh58 closed 5 years ago

jsh58 commented 5 years ago

Added directives to the stpipeline/common/*.pyx files. Without the directives, the following warning is printed for each file when the program is compiled:

FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release!

Also, the cythonized files were added to .gitignore.

jfnavarro commented 5 years ago

Great thanks!