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

Replace bedtools sort with unix sort in BEDTOOLS_GENOMECOV #6063

Merged
merged 6 commits into from
Aug 7, 2024

Commits on Jul 30, 2024

  1. Replace bedtools sort with unix sort in BEDTOOLS_GENOMECOV

    `bedtools sort` uses a large amount of CPUs and memory, but when using it here it doesn't require the  additional genome based features of `bedtools`. Replacing it should speed up the process and make it many times more efficient.
    adamrtalbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2c83706 View commit details
    Browse the repository at this point in the history
  2. add args2 for for customisation of GNU sort command

    Allows customisation of GNU
    adamrtalbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    78647c0 View commit details
    Browse the repository at this point in the history
  3. quoting for args2

    adamrtalbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    73543a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4b7466 View commit details
    Browse the repository at this point in the history
  5. Handle null memory value

    adamrtalbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c1204ba View commit details
    Browse the repository at this point in the history
  6. Remove tags.yml

    adamrtalbot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    402c5bb View commit details
    Browse the repository at this point in the history