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

Use Snakemake HTTP remote to download starting points #15

Merged
merged 5 commits into from
Mar 22, 2022
Merged

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    c272a9e View commit details
    Browse the repository at this point in the history
  2. use smaller example dataset for travis test

    j23414 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    951e672 View commit details
    Browse the repository at this point in the history
  3. Use curl rather than HTTP provider

    This swaps to downloading via "curl" rather than the Snakemake remote input through HTTP provider.
    
    This is more straight forward and avoids issue with identification of gzip encoding by HTTP provider.
    trvrb committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    4109097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6905a28 View commit details
    Browse the repository at this point in the history
  5. Update example data

    Switching to uncompressed example data to make it easier for someone to understand file format via GitHub inspection.
    trvrb committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    e02db60 View commit details
    Browse the repository at this point in the history