Skip to content

s-a-nersisyan/isomiRTar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomiRTar

Explore 5'-isomiR targeting in cancer. Some documentation will appear here soon.

How to work with dockerized DB

First, cd to db/postgresql_docker. Then:

  • docker-compose up -d (run docker image)
  • docker-compose stop (stop container, but do not remove it)
  • docker-compose down (stop container and remove it)
  • docker ps (see running containers)
  • docker exec -it containername /bin/bash (attach to container's shell)
  • psql -h localhost -d dbname -U username (connect to the db)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published