-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56c0573
commit 20f289a
Showing
4 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
pipelines/PreprocessingReads/PreprocessingReads.changelog.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |