-
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.
Merge pull request #55 from Cristianetaniguti/develop
Develop
- Loading branch information
Showing
29 changed files
with
227 additions
and
816 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 was deleted.
Oops, something went wrong.
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,21 @@ | ||
# 1.0.0 | ||
|
||
Initial release | ||
|
||
This workflow receives as input VCF files from EmpiricalSNPCalling workflow and result in 34 linkage maps for a single chromosome running 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: | ||
|
||
* Diploid bi-parental F1 population | ||
* Genomic positions for markers order | ||
* A single chromosome from a reference genome |
15 changes: 15 additions & 0 deletions
15
pipelines/EmpiricalSNPCalling/EmpiricalSNPCalling.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,3 +1,18 @@ | ||
# 1.0.0 | ||
|
||
Initial release | ||
|
||
This workflow performs the alignment of FASTQ to a reference genome, SNP calling with GATK tools (HaplotypeCaller, GenomicsDBImport, and GenotypeGVCFs) and Freebayes. The samples are splitted into chunks to be run in different nodes and optimize the analyses. Set the number of samples by chunk in the 'chunk_size' input. Use 'max_cores' to define number of cores to be used in each node. | ||
|
||
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 | ||
|
||
This workflow requires: | ||
|
||
* Diploid or polyploid specie | ||
* Single-end reads | ||
* A reference genome |
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 |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.