Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
phap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikos Pappas
phap
Commits
d996085e
Commit
d996085e
authored
4 years ago
by
Nikos Pappas
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
14b9500b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-3
13 additions, 3 deletions
README.md
with
13 additions
and
3 deletions
README.md
+
13
−
3
View file @
d996085e
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment