Skip to content

Tags: mpieva/quicksand

Tags

v2.3

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Remove default filters in mpileup as well...

v2.2

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
bump version

v2.1

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Add default values for new columns to prevent 'null'

v2.0

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Add download-path to mpi ftp server

v1.6.2-dev

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
fix parse_report.py for missing orders

v1.6.1

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Switch column order in final_report, bump version

v1.6

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Fix bam_deam_stats.py

v1.5

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Merge branch 'master' into write-the-docs

v1.4

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Remove filter for 'Mammalia' within the pipeline

v1.3.1

Verified

This commit was signed with the committer’s verified signature.
merszym Merlin Szymanski
Handle divide by 0 in nextflow channels

A simple proportion calculation done in a Nextflow Channel
resulted in a 'Division undefined' error caused by a 0/0 calculation.
This commit includes for the channels in question a check and
inserts a 0 if one of the two parameters are 0