mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 04:50:25 +08:00
Updated EukPhylo QuickStart (markdown)
parent
e8a13a7b58
commit
b9d659bae2
@ -1,8 +1,7 @@
|
||||
> Note: The EukPhylo pipeline is currently being dockerised for easier installation and use. More information about the dockerfile can be found here - [Docker branch](https://github.com/Katzlab/EukPhylo/tree/Docker)
|
||||
> > Note: The EukPhylo pipeline is currently being dockerised for easier installation and use. This is still in progress so please do not install. More information about the dockerfile can be found here - [Docker branch](https://github.com/Katzlab/EukPhylo/tree/Docker)
|
||||
## Dockerfile
|
||||
|
||||
## Docker
|
||||
|
||||
Users will need to have the docker software running and installed. The [docker file](https://github.com/Katzlab/EukPhylo/blob/Docker/PTL2/Dockerfile) can be executed with:
|
||||
Users will need to have the docker software running and installed. The [docker file](https://github.com/Katzlab/EukPhylo/blob/Docker/PTL2/Dockerfile) for part 2 can be executed with:
|
||||
|
||||
```bash
|
||||
# Build the container
|
||||
@ -10,7 +9,6 @@ docker build -f Dockerfile.txt . --tag eukphylo:1
|
||||
|
||||
# Current command is:
|
||||
docker run -it \
|
||||
--mount type=bind,src=$(pwd)/databases,dst=/Databases \
|
||||
--mount type=bind,src=$(pwd)/input_data,dst=/Input_data \
|
||||
--mount type=bind,src=$(pwd)/output_data,dst=/Output_data \
|
||||
eukphylo:1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user