Skip to content

Commit

Permalink
up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristianetaniguti committed Jan 7, 2024
1 parent 4cbd7b7 commit a307b6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions pipelines/EmpiricalReads2Map/EmpiricalReads2Map.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.5.1

* Make EmpiricalMaps for polyploids compatible with Reads2MapApp v0.0.2
* Polyploid map quality diagnostic by resampling
* Adapt regenotyping memory usage
* 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.5.0

* Adapt tassel and stacks tasks also for polyploids
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"multiallelics": "false"
},
"Maps.max_cores": "2",
"Maps.run_supermassa":true,
"Maps.run_supermassa":false,
"Maps.run_updog":true,
"Maps.run_polyrad":true,
"Maps.gatk_mchap": "FALSE",
"Maps.vcfs_counts_source": ["vcf"],
"Maps.vcfs_software": ["gatk"],
"Maps.filter_noninfo": "true",
"Maps.vcfs": ["tests/data/polyploid/vcfs_norm/gatk_Chr04_filt_example.vcf.gz"],
"Maps.vcfs": ["/home/rose_lab/Reads2Map/tests/data/polyploid/vcfs_norm/gatk_Chr04_filt_example.vcf.gz"],
"Maps.replaceADbyMissing": "TRUE",
"Maps.global_errors":["0.05"]
}

0 comments on commit a307b6e

Please sign in to comment.