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

Github readme != Docker readme #159

Closed
mmterpstra opened this issue Jun 30, 2017 · 2 comments
Closed

Github readme != Docker readme #159

mmterpstra opened this issue Jun 30, 2017 · 2 comments

Comments

@mmterpstra
Copy link

mmterpstra commented Jun 30, 2017

Check if they are the same and fix if needed.

example

Docker says

Nextflow and Docker

If you can't install docker or don't want to use it, the pipeline will also work if you install bedtools, samtools, Rscript from R and g++ compiler to compile the file mpileup2readcounts.cc, put them in your path (executables are assumed to be respectively called bedtools, samtools, Rscript and mpileup2readcounts). In this case, remove the -with-docker option from step 5 above.

Github says

Nextflow and Docker

If you can't install docker or don't want to use it, the pipeline will also work if you install perl, bedtools, samtools and Rscript from R and put them in your path (executables are assumed to be respectively called perl, bedtools, samtools and Rscript). In this case, remove the -with-docker option from step 5 above.

@tdelhomme
Copy link
Member

@mmterpstra You're right, but actually these readmes are not based on the same GitHub branch.
Docker is based on current dev branch but GitHub is based on the revised branch (master).
When we will push, this sould be synchronized.

@mfoll
Copy link
Member

mfoll commented Jun 30, 2017

Docker Hub is automatically displaying the README file from the last GitHub branch built. I agree this is an undesirable behaviour but there is nothing we can do about it currently.

@mfoll mfoll closed this as completed Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants