Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using zcat for gzipped files is unnecessary for concatenation #339

Closed
jfy133 opened this issue Jan 29, 2020 · 1 comment
Closed

Using zcat for gzipped files is unnecessary for concatenation #339

jfy133 opened this issue Jan 29, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jfy133
Copy link
Member

jfy133 commented Jan 29, 2020

Describe the bug
@lindenb pointed out we are currently using zcat to combine FASTQ files in AdapterRemoval. This is unncessary and can just use standard cat

We should remove all unncessary zcat for performance improvements!

@jfy133 jfy133 added the enhancement New feature or request label Jan 29, 2020
@jfy133 jfy133 added this to the V2.1 "Ulm" milestone Jan 29, 2020
@jfy133 jfy133 self-assigned this Jan 29, 2020
@jfy133 jfy133 added the good first issue Good for newcomers label Jan 29, 2020
@jfy133 jfy133 changed the title Using zcat for gzip files is unnecessary Using zcat for gzipped files is unnecessary for concatenation Jan 29, 2020
@jfy133
Copy link
Member Author

jfy133 commented Jan 29, 2020

https://github.com/jfy133/eager/tree/zcat_to_cat

But

  1. Need to check output looks correct
  2. Lots of linting errors due to major nf-core tools update

So will take a bit longer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant