Skip to content

Commit

Permalink
releases description
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristianetaniguti committed Nov 23, 2022
1 parent 56c0573 commit 20f289a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
6 changes: 6 additions & 0 deletions pipelines/EmpiricalMaps/EmpiricalMaps.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ It also has the options to:

* Include or not multiallelic (MNP) markers
* Apply filters using VCFtools

This workflow uses:

* Diploid bi-parental F1 population
* Genomic positions for markers order
* A single chromosome from a reference genome
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ The workflow also include de options to:
* Remove of not the read duplicates
* Perform the Hard Filtering in GATK results
* Replace the VCF AD format field by counts from BAM files
* Run MCHap software to build haplotypes based on GATK called markers
* Run MCHap software to build haplotypes based on GATK called markers

This workflow requires:

* Diploid or polyploid specie
* Single-end reads
* A reference genome
10 changes: 5 additions & 5 deletions pipelines/PreprocessingReads/PreprocessingReads.changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 1.0.1
# 1.0.0

- Automatic releases
Initial release

- Testing changelog
This workflow use STACKS process_radtags plugin to demultiplex GBS FASTQ files, filter by presence of the enzyme cut site and sequence quality. The cutadapt software is also implemented to remove adaptors sequences.

# 1.0.0
This workflow requires:

Initial release
* Genotyping-by-sequencing data
20 changes: 20 additions & 0 deletions pipelines/SimulatedReads/SimulatedReads.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 1.0.0

Initial release

This workflow perform simulations of one or more (defined by `number_of_families`) bi-parental outcrossing population haplotypes using PedigreeSim software based on a provided linkage map and SNP markers. It uses RADinitio software, the simulated haplotypes and a reference genome to also simulate genotyping-by-sequencing read sequences. After, it performs the SNP and genotype calling and builds 68 linkage maps from the combinations:

* SNP calling: GATK and Freebayes
* Dosage/genotype calling: updog, polyRAD and SuperMASSA
* Linkage map build software: OneMap 3.0 and GUSMap
* Using genotype probabilities from GATK, Freebayes, updog, polyRAD and SuperMASSA, and a global error rate of 5% and 0.001% in the OneMap HMM.

It also has the options to:

* Include or not multiallelic (MNP) markers
* Apply filters using VCFtools

This workflow uses:

* A reference linkage map
* A reference VCF file
* A single chromosome from a reference genome
* Diploid bi-parental F1 population
* Genomic positions for markers order

0 comments on commit 20f289a

Please sign in to comment.