Skip to content

Commit

Permalink
Merge pull request #55 from Cristianetaniguti/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Cristianetaniguti authored Nov 25, 2022
2 parents ca69210 + b927230 commit f05da13
Show file tree
Hide file tree
Showing 29 changed files with 227 additions and 816 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ workflows:
- develop
- release-to-github:
name: release-production-version
env: "dev"
env: "prod"
filters:
branches:
only:
Expand Down
242 changes: 20 additions & 222 deletions README.md

Large diffs are not rendered by default.

138 changes: 0 additions & 138 deletions data/populus/SRRs.txt

This file was deleted.

18 changes: 18 additions & 0 deletions pipelines/EmpiricalMaps/EmpiricalMaps.changelog.md
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 pipelines/EmpiricalSNPCalling/EmpiricalSNPCalling.changelog.md
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 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
8 changes: 0 additions & 8 deletions structs/read_simulation_structs.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,3 @@ struct Sequencing {
String rm_dupli
Int mapsize
}

struct OptionalFilters { # TODO: Check if it is used. If not: remove it
String? Filter1
String? Filter2
String? Filter3
String? Filter4
String? Filter5
}
54 changes: 0 additions & 54 deletions test_legacy/freebayes_genotyping/test_data.json

This file was deleted.

33 changes: 0 additions & 33 deletions test_legacy/freebayes_genotyping/test_freebayes.py

This file was deleted.

35 changes: 0 additions & 35 deletions test_legacy/gatk_genotyping/test_data.json

This file was deleted.

Loading

0 comments on commit f05da13

Please sign in to comment.