From 3c7e15c069e59fac1c65acd82bcb0d0d11e2e823 Mon Sep 17 00:00:00 2001 From: Giannis Moustakas Date: Wed, 22 Mar 2017 17:06:15 +0100 Subject: [PATCH] Update DownloadNcbiAssembly.md Improved phrasing --- docs/tools/DownloadNcbiAssembly.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tools/DownloadNcbiAssembly.md b/docs/tools/DownloadNcbiAssembly.md index 7f81853fd..696456cd2 100644 --- a/docs/tools/DownloadNcbiAssembly.md +++ b/docs/tools/DownloadNcbiAssembly.md @@ -20,11 +20,11 @@ Usage: DownloadNcbiAssembly [options] -o | --output output Fasta file --report - where to write report from ncbi + where to write report from NCBI --nameHeader - What column to use from the NCBI report for the name of the contigs. - All columns in the report can be used but this are the most common field to choose from: + Which column to use from the NCBI report to name the contigs. + All columns from the report can be used but these are the most common fields to choose from: - 'Sequence-Name': Name of the contig within the assembly - 'UCSC-style-name': Name of the contig used by UCSC ( like hg19 ) - 'RefSeq-Accn': Unique name of the contig at RefSeq (default for NCBI) -- GitLab