Skip to content

Commit

Permalink
full pipeline and trace info
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Feb 27, 2020
1 parent 0d2910c commit 8e6c98e
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,24 @@ conda env create -f phylo-env.yaml --name phylo-env
conda activate phylo-env
```

### Full Pipeline
```
nextflow run pipeline.nf \
--ncbimeta_create ncbimeta.yaml \
--ncbimeta_update ncbimeta.yaml \
-with-trace
-with-timeline
-with-dag pipeline.pdf
-with-report
```

## Fresh start

### Build NCBImeta database, test lite run-through of pipeline
```
nextflow run pipeline.nf --ncbimeta_create ncbimeta.yaml --skip_sqlite_import
nextflow run pipeline.nf \
--ncbimeta_create ncbimeta.yaml \
--skip_sqlite_import
```

### Annotate the Database
Expand Down Expand Up @@ -71,4 +84,8 @@ nextflow run pipeline.nf \
-resume
```

NCBImetaJoin.py --database yersinia_pestis_db.sqlite --anchor BioSample --accessory "BioProject Assembly SRA Nucleotide" --final Master --unique "BioSampleAccession BioSampleAccessionSecondary BioSampleBioProjectAccession"
### Tracing
-with-trace
-with-timeline
-with-dag pipeline.pdf
-with-report

0 comments on commit 8e6c98e

Please sign in to comment.