https://github.com/human-pangenomics/hpp_pangenome_resources
# Dependencies
sudo apt-get -y install texlive texlive-latex-recommended \
texlive-pictures texlive-latex-extra texlive-fonts-extra \
texlive-science
git clone https://github.com/pangenome/sorting-paper
cd sorting-paper/manuscript && make -k
https://academic.oup.com/bioinformatics/pages/instructions_for_authors
Application Notes: up to 4 pages; this is approx. 2,600 words or 2,000 words plus one figure.
# Count the number of words
pdftotext main.pdf - | egrep -e '\w\w\w+' | iconv -f ISO-8859-15 -t UTF-8 | wc -w
pdftk manuscript/main.pdf cat 7-end output manuscript/supplementary.pdf
Since the maturation of the manuscript, only the scripts in folder scripts/cfc
are relevant for the manuscript.