6.RNA Regulation - I
Last updated
Was this helpful?
Was this helpful?
#与PART I + II类似
docker load -i ~/Desktop/bioinfo_PartI-PartII-PartIII1-3.tar.gz #load the image
docker run --name=bioinfo_tsinghua -dt -h bioinfo_docker --restart unless-stopped -v ~/Desktop/bioinfo_tsinghua_share:/home/test/share xfliu1995/bioinfo_tsinghua:2
docker exec -it rnaeditor bash
cd /home/test/alter-spl/docker load -i ~/Desktop/bioinfo_tsinghua_6.2_apa_6.3_ribo_6.4_structure.tar.gz
#注意:下面的文件挂载目录为~/Desktop/bioinfo_tsinghua_share, 自己运行时记得改为自己新建的一个目录名称。
docker run --name=rnaregulation -dt -h bioinfo_docker --restart unless-stopped -v ~/Desktop/bioinfo_tsinghua_share:/home/test/share gangxu/bioinfo_tsinghua_6.2_apa_6.3_ribo_6.4_structure:latest
docker exec -u root -it rnaregulation bash
# APA
cd /home/test/rna_regulation/apa
# Ribo-seq
cd /home/test/rna_regulation/ribo-wave
# Structure-seq
cd /home/test/rna_regulation/structure_seqdocker load -i ~/Desktop/bioinfo_chimeric.tar.gz
mv ~/Downloads/ref_genome.fa.star.idx ~/Downloads/ctat_genome_lib_build_X_docker
docker run -dt -v ~/Downloads/ctat_genome_lib_build_X_docker:/data --name=bioinfo_starfusion gangxu/starfusion:latestdocker load -i ~/Desktop/bioinfo_rnaeditor.tar.gz
#注意:下面的文件挂载目录为/Users/xugang/Downloads/data2, 自己运行时记得改为自己新建的一个目录名称。
docker run --name=rnaeditor -dt -h bioinfo_docker --restart unless-stopped -v /Users/xugang/Downloads/data2:/data2 gangxu/rnaeditor:1.8
docker exec -it rnaeditor bash
cd /home/testdocker load -i ~/Downloads/bioinfo_snv.tar.gz
docker run -dt --name=snv -v ~/Downloads/data:/data gangxu/snv:2.0
docker exec -it snv bash