Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iferres committed Apr 4, 2023
1 parent ad06f60 commit 35905b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If a local copy of the required SILVAdb files were provided, the workflow avoids
nextflow run microgenlab/porefile --fq "./fastq/*.fastq" \
--silvaFasta "./SILVA_138.1_SSURef_NR99_tax_silva.fasta.gz" \
--silvaTaxNcbiSp "./tax_ncbi-species_ssu_ref_nr99_138.1.txt.gz" \
--silvaTaxmap "./taxmap_slv_ssu_ref_nr_138.1.txt.gz"
--silvaTaxmap "./taxmap_slv_ssu_ref_nr_138.1.txt.gz" \
-profile docker
```

Expand Down Expand Up @@ -144,7 +144,7 @@ Porefile comes with a minimal set of configuration profiles. Please, refer to [N
Usage:
A typical command for running the pipeline would be as follows:
nextflow run microgenlab/porefile --fq 'data/*.fastq' --minimap2
nextflow run microgenlab/porefile --fq 'data/*.fastq'
Input fastq file(s):
--fq Path to input data (must be surrounded with quotes).
Expand Down

0 comments on commit 35905b3

Please sign in to comment.