Skip to content

Commit

Permalink
updated readme to reflect new input reading capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcodee authored Oct 29, 2018
1 parent 0ce772d commit c486311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ We recommend using Prince's pre-trained model and settings for querying.

To query PRINCE you'll need a target file (eg. samples.txt) with the paths to your fastq files.
Each sample should take up one line. If you are using paired data it is only necessary to specify one file path and name.
Eg. sample_1.fq + sample_2.fq can be specified by sample or sample_.
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.

samples.txt should look something like this.
```
first_sample
second_sample.fq
third_sample.fastq
sample_folder/fourth_sample_
fifth_sample_2.fastq fifth_sample_2.fastq
```
Once you have your target file you can run PRINCE.
Specify a target output file (eg. output.txt) with -to. If the file doesn't exist PRINCE will create one.
Expand Down

0 comments on commit c486311

Please sign in to comment.