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

Add instructions to get started #18

Open
6 of 22 tasks
tverbeiren opened this issue Jul 21, 2022 · 1 comment
Open
6 of 22 tasks

Add instructions to get started #18

tverbeiren opened this issue Jul 21, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@tverbeiren
Copy link

tverbeiren commented Jul 21, 2022

Below is a proposal.

README:

  • Point users to the user guidelines on the website
  • Point contributors to the contributor guidelines
  • Add a set of commands to quickly get started with modifying the pipeline, e.g.:
    # download viash and nextflow
    bin/init
    # download test resources
    bin/viash run src/download/sync_test_resources/config.vsh.yaml
    # run unit test for a certain component
    bin/viash_test --query pca
    # run a component on some data
    bin/viash run src/dimred/pca/config.vsh.yaml -- --input resources_test/pbmc_1k_v3_protein/mms.h5mu --output foo.h5mu
  • Run a pipeline from the CLI
  • Run a pipeline from nf-tower

Website:

  • Contributor guide
    • Directory structure
    • Fetch Viash & Nextflow
    • Build components
    • Fetch test resources
    • Run tests
    • Create new components (refer to viash.io)
    • Create new pipelines (refer to viash.io)
  • User guide (separate page, should not be in the contributors guide)
    • Run pipeline from CLI
    • Run pipeline from NF tower
    • Ingesting large param sets with param_list
    • To configure infrastructure related settings, create a profile with additional labels:
      • Setting resource constraints with labels (e.g. highmem, highcpu)
      • Singularity, Docker, ...?
      • Run on HPC cluster, cloud, ...
    • Deploying pipelines on premises -- get in touch?
@rcannood
Copy link
Contributor

rcannood commented Sep 24, 2022

Extended proposed contents :)

@rcannood rcannood added the documentation Improvements or additions to documentation label Sep 24, 2022
@DriesSchaumont DriesSchaumont transferred this issue from openpipelines-bio/openpipeline Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants