Skip to content

Commit

Permalink
include citation
Browse files Browse the repository at this point in the history
in readme, and in on-screen output
  • Loading branch information
roblanf committed Jul 24, 2018
1 parent acc2649 commit 8cd217a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MinIONQC.R
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,9 @@ if(file_test("-f", input.file)==TRUE & length(test.file)>1){
combined.flowcell(dm, combined.output, q)
multi.plots(dm, combined.output)
flog.info('**** Analysis complete ****')
flog.info('If you use MinIONQC in your published work, please cite:')
flog.info('R Lanfear, M Schalamun, D Kainer, W Wang, B Schwessinger (2018). MinIONQC: fast and simple quality control for MinION sequencing data, Bioinformatics, bty654')
flog.info('https://doi.org/10.1093/bioinformatics/bty654')
}

}else{
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
- [Analysing a single flowcell](https://github.com/roblanf/minion_qc#analysing-a-single-flowcell)
- [Analysing multiple flowcells](https://github.com/roblanf/minion_qc#analysing-multiple-flowcells)

## Citation

If you use MinIONQC in your published work, please cite

R Lanfear, M Schalamun, D Kainer, W Wang, B Schwessinger (2018). MinIONQC: fast and simple quality control for MinION sequencing data, Bioinformatics, bty654
https://doi.org/10.1093/bioinformatics/bty654

## What and Why?

Expand Down

0 comments on commit 8cd217a

Please sign in to comment.