Skip to content

Commit

Permalink
Minor readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 29, 2024
1 parent 14eccf4 commit 2b9da24
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Haploid variant calling for whole genome sequencing paired end data

This workflow uses Illumina or Element read data to discover variants (short nucleotide polymorphisms, SNPs, and small indels) in haploid genomes with multiple genomic sequences (contigs, scaffolds, or chromosomes).

## Inputs dataset

- The workflow needs a list of paired end fastq files
- A GTF containtaing the Gene annotation for the selected haploid genome
- A fasta file for the haploid genome to call variants against

## Outputs

- Tab-delimited summary of annotated variants
- Report summarizing the quality of input data and mapping results

## Processing

- The workflow will remove adapters using fastp
Expand Down

0 comments on commit 2b9da24

Please sign in to comment.