Skip to content

Commit f2492b0

Browse files
committed
updated readme to correct outdate informatino
1 parent 35da1c1 commit f2492b0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
*.app
2929
/perf.data
3030
/core
31+
/data/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ This will create an index `MySortedBamFile.bam.bai` file in the same directory
7171
# Using Ritornello:
7272
-basic usage
7373

74-
`./Ritornello --Correct-PCR -f MySortedBamFile.bam `
74+
`./Ritornello -f MySortedBamFile.bam `
7575

76-
Where `MySortedBamFile.bam` is an index/sorted bam file that can be obtained by first mapping the fastq files using an aligner (such as bowtie) and then sorting and indexing using samtools. We recommend the --Correct-PCR option unless you are fairly certain that PCR amplification bias wont be an issue. This option does increase runtime however.
76+
Where `MySortedBamFile.bam` is an index/sorted bam file that can be obtained by first mapping the fastq files using an aligner (such as bowtie) and then sorting and indexing using samtools.
7777

7878
# Analyzing the output:
7979

bin/Ritornello

17.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)