Skip to content

Commit

Permalink
update with Docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantalupo authored Mar 9, 2021
1 parent 3834512 commit 2ba317d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The test commands run pickaxe with many default parameters and requires the
following 1) viral.1.1.genomic bowtie2 index and the viral.1.1.genomic.fna
file used to create the index, 2) viral.1.1.genomic blast database, and 3)
the NCBI taxonomy database. Note: add --shell parameter to run without
submitting a SLURM sbatch job
submitting a SLURM sbatch job. If you do not have these items installed, see the Docker section below.

```
pickaxe.pl --rm_default_index SRR11074364_
Expand Down Expand Up @@ -77,3 +77,14 @@ The `report_ViralRefSeq.tsv` file should show the following: number of alignment

The longest contig annotated by the BLAST pipeline as BKV should be ~1200bp (see `report_BLAST.tsv`).


# Docker

You can test pickaxe using the Docker image if you do not have any of the required databases or dependencies installed. First install Docker on your system and build the pickaxe image:

`docker build -t pickaxe .`

Then enter the `t` directory and following the instructions in the `README.txt`



0 comments on commit 2ba317d

Please sign in to comment.