Is your feature request related to a problem? Please describe.
The flag --bam_keep_mapped_only may be misleading. While the help message says Only consider mapped reads for downstream analysis. Unmapped reads are extracted to separate output., the actual flag may suggest to the user that by 'keeping', unmapped reads would be discarded completely.
The flag --bam_filter_reads is also confusing. While the help message says Keep all reads in BAM file for downstream analysis the flag suggests something is being filtered (either specific reads retained, or filtered out).
Describe the solution you'd like
Perhaps rename the --bam_keep_mapped_only flag to be more specific such as --bam_analyse_mapped_only
Perhaps rename --bam_filter_reads to --bam_retain_all_reads. Optionally, change function of flag and name to e.g.: ``--bam_discard_unmapped`.
Is your feature request related to a problem? Please describe.
The flag
--bam_keep_mapped_onlymay be misleading. While the help message saysOnly consider mapped reads for downstream analysis. Unmapped reads are extracted to separate output., the actual flag may suggest to the user that by 'keeping', unmapped reads would be discarded completely.The flag
--bam_filter_readsis also confusing. While the help message saysKeep all reads in BAM file for downstream analysisthe flag suggests something is being filtered (either specific reads retained, or filtered out).Describe the solution you'd like
Perhaps rename the
--bam_keep_mapped_onlyflag to be more specific such as--bam_analyse_mapped_onlyPerhaps rename
--bam_filter_readsto--bam_retain_all_reads. Optionally, change function of flag and name to e.g.: ``--bam_discard_unmapped`.