FAQ
How to check whether you are in the mapping environment?
# when I login to server, my default python is in miniconda3/bin,
# the base environment
$ which python
~/work/miniconda3/bin/python
(base)
# entering the mapping environment
$ conda activate mapping
# now I check the path of python again, it changed to my env dir
$ which python
~/work/miniconda3/envs/mapping/bin/python
(mapping)
# packages installed for mapping env all located at
# ~/work/miniconda3/envs/mappingWhy using a conda environment?
What is the PlateInfo file?
What is the MappingConfig file?
What is Snakemake?
What is netCDF4?
Last updated