Skip to content

Commit 02e7669

Browse files
authored
Merge pull request #114 from Plant-Food-Research-Open/genemark/lic
Added GeneMark license info
2 parents 2af2c85 + 8c6eb12 commit 02e7669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Introduction
1414

15-
**plant-food-research-open/genepal** is a bioinformatics pipeline for single genome, phased genomes and pan-genome annotation. An overview is shown in the [Pipeline Flowchart](#pipeline-flowchart) and the references for the tools are listed in [CITATIONS.md](./CITATIONS.md).
15+
**plant-food-research-open/genepal** is a bioinformatics pipeline for single genome, phased genomes and pan-genome annotation. An overview is shown in the [Pipeline Flowchart](#pipeline-flowchart) and the references for the tools are listed in [CITATIONS.md](./CITATIONS.md). Protein coding gene structures are predicted with [BRAKER](https://github.com/Gaius-Augustus/BRAKER) which uses GeneMark-ES/ET/EP+/ETP. These tools require a [license](https://genemark.bme.gatech.edu/license_download.cgi) for commercial works.
1616

1717
## Pipeline Flowchart
1818

@@ -24,9 +24,9 @@
2424
- [sra-tools](https://github.com/ncbi/sra-tools): RNASeq data download from SRA
2525
- [FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc), [fastp](https://github.com/OpenGene/fastp), [SortMeRNA](https://github.com/sortmerna/sortmerna): QC, trim and filter RNASeq evidence
2626
- [STAR](https://github.com/alexdobin/STAR): RNASeq alignment
27-
- Directly provided BAM files should be `--outSAMstrandField intronMotif` compliant
2827
- [cat](https://github.com/coreutils/coreutils/blob/master/src/cat.c): Concatenate protein FASTA files
29-
- [BRAKER](https://github.com/Gaius-Augustus/BRAKER): Annotate the genome FASTA
28+
- [BRAKER](https://github.com/Gaius-Augustus/BRAKER): Predict protein coding gene structures with GeneMark-ES/ET/EP/ETP and AUGUSTUS
29+
- Directly provided BAM files should be `--outSAMstrandField intronMotif` compliant
3030
- With protein evidence alone, [BRAKER workflow C](https://github.com/Gaius-Augustus/BRAKER/tree/f58479fe5bb13a9e51c3ca09cb9e137cab3b8471?tab=readme-ov-file#overview-of-modes-for-running-braker) is executed
3131
- With protein plus RNASeq evidence, [BRAKER workflow D](https://github.com/Gaius-Augustus/BRAKER/tree/f58479fe5bb13a9e51c3ca09cb9e137cab3b8471?tab=readme-ov-file#overview-of-modes-for-running-braker) is executed
3232
- [Liftoff](https://github.com/agshumate/Liftoff): Optionally, liftoff annotations from reference genome FASTA/GFF

0 commit comments

Comments
 (0)