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

Adds lint config to ignore some tests (linting) #5

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Mar 24, 2021

  1. Adds .nf-core-lint.yml and inits nf-core lint tests to False (#4)

    Check here, introduced recently with nf-core tools > v1.13
    https://nf-co.re/tools#linting-config
    cgpu committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3bc2bbf View commit details
    Browse the repository at this point in the history
  2. Adds main.pbs and slurm config

    cgpu committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6faea30 View commit details
    Browse the repository at this point in the history
  3. Config as param

    cgpu committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d3b4679 View commit details
    Browse the repository at this point in the history
  4. Adds google.config

    cgpu committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9da4ae7 View commit details
    Browse the repository at this point in the history
  5. Bumps minimum disk from 10.GB to 30.GB

    I was having a lot of error 3 @sk-sahu, I think the minimum per VM is 30.GB as we have in CloudOS.
    Will double check and revisit, for now bumping to 30GB to check the hypothesis.
    cgpu committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    baf814b View commit details
    Browse the repository at this point in the history
  6. Adds local.config

    cgpu committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    5b37ae8 View commit details
    Browse the repository at this point in the history
  7. Adds local config

    cgpu committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8c1be33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81bf962 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. updates cpu and memory to base

    sk-sahu authored and cgpu committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    42d2b42 View commit details
    Browse the repository at this point in the history
  2. Updates cpus

    cgpu committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5cac65e View commit details
    Browse the repository at this point in the history
  3. Update base.config

    sk-sahu authored and cgpu committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d745633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40c25c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    972cc0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b950efb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25c9271 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa54aa9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6dc3c31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a2c7ef View commit details
    Browse the repository at this point in the history
  11. Bumps sungle cpu mem to 2.GB

    Because of this error:
    https://cloudos.lifebit.ai/public/jobs/605c5de4cc2b27011245d5f9
    
      Execution failed: allocating: creating instance: inserting instance: Invalid value for field 'resource.machineType': 'zones/us-east1-b/machineTypes/custom-16-10240'. Memory size for 16.0 vCPU instance should be between 14848MiB and 106496MiB, while 10240MiB is requested.
    cgpu committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0779e82 View commit details
    Browse the repository at this point in the history