creativebioarray /  ImmuneCellIsolation

Created
Maintained by creativebioarray
Creative Bioarray can successfully isolate and culture various types of immune cells from biological samples from different species. Using cytology techniques can isolate more specific immune subgroups and use them in bioassays and treatments. We have established a mature agreement and can provide separation and cultivation services with fast turnaround time according to your requirements.  |   https://cell.creative-bioarray.com/immune-cell-isolation-and-culture-services.html
Members 1
Creative Bioarray committed 4 months ago

ImmuneCellIsolation

Creative Bioarray can successfully isolate and culture various types of immune cells from biological samples from different species. Using cytology techniques can isolate more specific immune subgroups and use them in bioassays and treatments. We have established a mature agreement and can provide separation and cultivation services with fast turnaround time according to your requirements.


In order to interact with this project, make sure you have provided your ssh key here.

By convention, the original / primary remote repository is called origin.

Instructions

Local Project Setup - Git Commands

If you are starting a brand new project without a local repository, here are the suggested Git commands:

git clone ssh://git@repositories.efabless.com/creativebioarray/ImmuneCellIsolation.git
cd ImmuneCellIsolation
... do some changes
git push -u origin main

If you already have a local Git repository, initialized with git init, you will need to associate your local repository with the Efabless Repository remote location. The following Git commands will add Efabless Repository as a remote repository and push your changes to the main branch.

git remote add origin ssh://git@repositories.efabless.com/creativebioarray/ImmuneCellIsolation.git
git push -u origin main

If you already have a remote repository, for example one on GitHub, use the Git command below to add another remote Git repo (make sure that each repo has its unique ID, e.g. origin, ef-repo in the example below).

git remote add ef-repo ssh://git@repositories.efabless.com/creativebioarray/ImmuneCellIsolation.git
git push -u ef-repo main

How To Update Your Project Cover Image

A default cover.png has already been added to the root directory of this remote repository. If your project is not private, this image can be viewed in the project search results list. To show your own cover image, replace cover.png with a file called 'cover' and an allowed image extension ('.jpg', '.jpeg', '.png', '.gif', '.webp') and then push your changes. Maximum allowed file size: 1 MB.