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

Helper script for downstream analysis #51

Closed
wants to merge 55 commits into from

Conversation

szilvajuhos
Copy link
Contributor

@szilvajuhos szilvajuhos commented Oct 17, 2019

This script (and docs) helps to add RankScore annotation to VCFs, so we can load them into Scout.

PR checklist

  • This comment contains a description of changes (with reason)
  • Scout tests looks OK
  • Ensure the test suite passes (nextflow run . -profile test,docker). nextflow run . -profile test,singularity is working, dunno what is wrong with docker (left for @maxulysse )
  • Make sure your code lints (nf-core lint .). - lint needs some config variables also
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: guidelines

@szilvajuhos szilvajuhos added the enhancement New feature or request label Oct 17, 2019
@szilvajuhos szilvajuhos self-assigned this Oct 17, 2019
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
docs/downstream.md Outdated Show resolved Hide resolved
@maxulysse
Copy link
Member

Looks good, just need to fix the Markdown linting ;-)

Szilveszter Juhos and others added 10 commits December 18, 2019 12:20
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
@maxulysse maxulysse added this to the 2.6 milestone Feb 4, 2020
@maxulysse maxulysse modified the milestones: 2.6, 3.0 Feb 28, 2020
szilvajuhos pushed a commit to szilvajuhos/sarek that referenced this pull request Apr 24, 2020
maxulysse pushed a commit to maxulysse/nf-core_sarek that referenced this pull request May 15, 2020
Removing nf-core#51 and moving downstream to szilvajuhos/btb-scripts
maxulysse pushed a commit to maxulysse/nf-core_sarek that referenced this pull request May 18, 2020
nf-core bump-version . 2.5.1

fix script name in docs

fix markdownlint

fix autoMounts in singularity profile, closes nf-core#48

add patch to branch protection

use correct tag for containers close nf-core#49

update CHANGELOG

Try to fix branch protection

Update README.md

reducing CPU usage for Mpileup

cleanup with meld

some docs additions

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

added extra space

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

Update docs/downstream.md

Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>

First time CF is working with extra pileups

First working version

Removing nf-core#51 and moving downstream to szilvajuhos/btb-scripts

Fixing some null parameters and C&P typos

yet an other version that somehow worked

remove --normal_pileup and --tumor_pileup params

update freebayes germline command

update changelog

fix --save_bam_mapped + small typos

update CHANGELOG

add step controlfreec

use nf-core header

update config

cleanup

add mappability files to igenomes

better name for tsv file

fix output directory

enable usage of - in names of tools or steps

better default for coefficientofvariation

improve help

update and reorder params

reorder and update params

update and reorder params

update docs

fix prepare_recalibration step

update CHANGELOG

Apply suggestions from code review
maxulysse pushed a commit to maxulysse/nf-core_sarek that referenced this pull request May 18, 2020
Removing nf-core#51 and moving downstream to szilvajuhos/btb-scripts
@maxulysse
Copy link
Member

So what's your plan with this PR now?

@maxulysse maxulysse marked this pull request as draft May 18, 2020 15:33
@szilvajuhos
Copy link
Contributor Author

Moved already to btb-scripts: szilvajuhos/btb-scripts@89f4a66 . The only thing in the diff we can consider to keep is the CPU requirement for pilepu merge https://github.com/nf-core/sarek/pull/51/files#diff-28b7bea57b04f15beeb4c1de0ee78382R2910

@maxulysse
Copy link
Member

I see, do you want to keep that, I'm making a PR now to add some tests, I can easily squeeze that in

@szilvajuhos
Copy link
Contributor Author

Not at all, we can keep it independent of Sarek, get rid of it.

@maxulysse
Copy link
Member

I meant squeezing in the 1 cpu requirement for the pileupmerge process

@szilvajuhos
Copy link
Contributor Author

Oh, that one, yes please, squeeze in.

@maxulysse maxulysse closed this May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants