Skip to content
Snippets Groups Projects
Commit d996085e authored by Nikos Pappas's avatar Nikos Pappas
Browse files

update readme

parent 14b9500b
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,13 @@ used during development.
To get a working environment
```
$ git clone
# Clone this repo
$ git clone https://git.science.uu.nl/papanikos/phap.git
# I am naming it `hp` here, you can call it whatever you like
# Get in the dir
$ cd phap
# I am naming the environment `hp` here, you can call it whatever you like
# Note the long notation --file flag; -f will not work.
$ conda create -n hp --file=environment.txt
......@@ -156,7 +160,7 @@ NC_015271.1 Escherichia_coli 1.0301523 Salmonella 0.495
NC_023719.1 Bacillus 0.0012575098 Bacillus 0.55
```
### Per tool output
### Per tool
* `tmp` directory
* Contains one fasta file per input genome, along with other intermediate
files necessary for a smooth execution of the workflow **and the raw output
......@@ -172,3 +176,9 @@ of vhulk (under genomes/results/)**.
* `results.csv`: Copy of the `results/sample/tmp/genomes/results/results.csv`
* `predictions.tsv`: A selection of the 1st (`BIN/genome`), 10th (`final_prediction`)
11th (`entropy`) columns from file `results.csv`.
### Logs
Logs capturing stdout and stderr during execution of each rule are located in
`workdir/logs/<sample_id>/*.log` files.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment