Skip to content

Commit

Permalink
up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristianetaniguti committed Jan 5, 2024
1 parent cf7a86d commit 4cbd7b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion pipelines/EmpiricalMaps/EmpiricalMaps.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.3.1

* Make EmpiricalMaps for polyploids compatible with Reads2MapApp v0.0.2
* Polyploid map quality diagnostic by resampling
* Adapt regenotyping memory usage

# 1.3.0

* Add MAPpoly new functions framework_map and update_framework_map
Expand All @@ -7,7 +13,7 @@

# 1.2.5

* more flexibility to choose the probability to be used in the HMM:
* more flexibility to choose the probability to be used in the HMM:

* new parameters:
- global_errors: array with global errors to be tested
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4.4

* Make BarcodeFaker task work for input files that do not finish with .fasta or .fq
* Adapt BarcodeFaker required memory and time
* Adapt STACKs required memory

# 1.4.3

* Adapt tassel and stacks tasks also for polyploids
Expand Down Expand Up @@ -32,7 +38,7 @@
# 1.2.0

* Run freebayes parallelizing in nodes according to chromosomes and cores splitting in genomic regions
* Adjust runtimes
* Adjust runtimes
* Add polyploid dataset for tests

# 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion tasks/gatk.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ task VariantFiltration {
-filter "QUAL < 30.0" --filter-name "QUAL30" \
-filter "SOR > 3.0" --filter-name "SOR3" \
-filter "FS > 60.0" --filter-name "FS60" \
-filter "MQ < 40.0" --filter-name "MQ50" \
-filter "MQ < 40.0" --filter-name "MQ40" \
-filter "MQRankSum < -12.5" --filter-name "MQRankSum-12.5" \
-filter "ReadPosRankSum < -8.0" --filter-name "ReadPosRankSum-8" \
-O gatk_filters.vcf.gz
Expand Down

0 comments on commit 4cbd7b7

Please sign in to comment.