Skip to content

Commit e4e5f03

Browse files
committed
[DOC] Replaced preprint with journal version
1 parent 2184f01 commit e4e5f03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ annotate GFF/GTF files with PhyloCSF and its confidence scores.
2828

2929
If you find our implementation useful and use it in your work, please consider citing it:
3030

31-
Christopher Pockrandt, Martin Steinegger, Steven Salzberg. **PhyloCSF++: A fast and user-friendly implementation of PhyloCSF with annotation tools**. `bioRxiv`_, 2021.
31+
Christopher Pockrandt, Martin Steinegger, Steven Salzberg. **PhyloCSF++: A fast and user-friendly implementation of PhyloCSF with annotation tools**. `Bioinformatics`_, 2021.
3232

3333
Please also consider citing the original method papers:
3434

3535
Lin MF et al. PhyloCSF: a comparative genomics method to distinguish protein-coding and non-coding regions. Bioinformatics, 2011.
3636

3737
Mudge JM et al. Discovery of high-confidence human protein-coding genes and exons by whole-genome PhyloCSF helps elucidate 118 GWAS loci. Genome Research, 2019.
3838

39-
.. _bioRxiv: https://doi.org/10.1101/2021.03.10.434297
39+
.. _Bioinformatics: https://doi.org/10.1093/bioinformatics/btab756
4040

4141
Installation
4242
^^^^^^^^^^^^

src/phylocsf++.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ int main(int argc, char **argv)
2323
"For documentation and help, check out https://github.com/cpockrandt/PhyloCSFpp\n\n"
2424
"Please consider citing:\n"
2525
" Pockrandt et al., PhyloCSF++: A fast and user-friendly implementation of PhyloCSF\n"
26-
" with annotation tools, https://doi.org/10.1101/2021.03.10.434297, bioRxiv 2021");
26+
" with annotation tools, https://doi.org/10.1093/bioinformatics/btab756, Bioinformatics 2021");
2727

2828
args.add_subprogram("build-tracks", "Computes PhyloCSF and Power tracks for each codon and all 6 frames from alignments from MAF files. Outputs them in wig files.");
2929
args.add_subprogram("score-msa", "Computes PhyloCSF scores, ancestral sequence composition sores and branch length scores for entire alignments from MAF files. Outputs them in a BED-like format.");

0 commit comments

Comments
 (0)