Skip to content

Future: Enable gzipped unmapped fastq after 1st stage alignment #413

Description

@jeffreybarrick

Currently, we can't implement fastq.gz for an intermediate file b/c bowtie2 does not properly quote paths for --un-gz when it pipes to gz resulting in directories and input paths with spaces crashing.

All that needs to be done once spaces can be used in these paths is to change stage1_unmapped_reads_fastq_file_name to end in *.gz and to change the --un option to --un-gz. (Also, must enforce new minimum bowtie2 version.)

This currently works fine for paths that do not have spaces. Good catch, consistency test.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions