Skip to content

Commit c486311

Browse files
authored
updated readme to reflect new input reading capabilities
1 parent 0ce772d commit c486311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ We recommend using Prince's pre-trained model and settings for querying.
7171

7272
To query PRINCE you'll need a target file (eg. samples.txt) with the paths to your fastq files.
7373
Each sample should take up one line. If you are using paired data it is only necessary to specify one file path and name.
74-
Eg. sample_1.fq + sample_2.fq can be specified by sample or sample_.
74+
Eg. sample_1.fq + sample_2.fq can be specified by sample or sample_. Alternatively you can specify the forward reads and reverse reads in two columns separated with a tab.
7575

7676
samples.txt should look something like this.
7777
```
7878
first_sample
7979
second_sample.fq
8080
third_sample.fastq
8181
sample_folder/fourth_sample_
82+
fifth_sample_2.fastq fifth_sample_2.fastq
8283
```
8384
Once you have your target file you can run PRINCE.
8485
Specify a target output file (eg. output.txt) with -to. If the file doesn't exist PRINCE will create one.

0 commit comments

Comments
 (0)