snakemake-workflows / docs

Documentation of the Snakemake-Workflows project
MIT License
153 stars 25 forks source link

General #2

Open johanneskoester opened 7 years ago

johanneskoester commented 7 years ago

This is a place for general, project-related discussions.

SilasK commented 5 years ago

What should be the order of the channels according to the bioconda-reccomended channel order.

Is this order correct in deseq2 wirkflow


channels:
  - bioconda
  - conda-forge
  - defaults

I would have inversed conda-forge and bioconda.

SilasK commented 5 years ago

Do you have any example with click integration and or circleci?

I would like to know if my project corresponds to the recommendations.

johanneskoester commented 5 years ago

Yes, reversing is right.

johanneskoester commented 5 years ago

For testing the workflows here, we use travis ci so far.

lwratten commented 3 years ago

Hi, I was wondering if the list of curated and reviewed pipelines on the docs page is up to date? Also was wondering how to tell which workflows in the repo are reviewed and which are under development? Might be good to have a tag or similar for this to make it clear which repos are which status unless I missed it :)

lwratten commented 3 years ago

I am hoping to cite this project in a review I am writing on workflow managers and was also wondering if there are plans to enable citations of pipelines with Zenodo or similar for easier citations in literature? Also can just cite the github URL if need be 👍 Thanks!

SilasK commented 3 years ago

It seems there are now two templates

the older one: https://github.com/snakemake-workflows/cookiecutter-snakemake-workflow referenced in the docs.

the newer one: https://github.com/snakemake-workflows/snakemake-workflow-template