-
Notifications
You must be signed in to change notification settings - Fork 421
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
Update all subworkflows name #784
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
FriederikeHanssen
approved these changes
Oct 10, 2022
yuukiiwa
approved these changes
Oct 11, 2022
Waiting for #735 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks to @scorreard for helping out figuring out all the new names:
bam_compress_samtools
is the newbam_to_cram
bam_convert_samtools
is the newalignment_to_fastq
bam_cram_applybqsr_spark
is the newgatk4/recalibrate_spark
bam_cram_applybqsr
is the newgatk4/recalibrate
bam_cram_baserecalibrator_spark
is the newgatk4/prepare_recalibration_spark
bam_cram_baserecalibrator
is the newgatk4/prepare_recalibration
bam_cram_joint_germline_variant_calling_gatk
is the newgatk4/joint_germline_variant_calling
bam_cram_markduplicates_spark
is the newgatk4/markduplicates_spark
bam_cram_markduplicates
is the newgatk4/markduplicates
bam_cram_variant_calling_ascat
is the newvariantcalling/ascat
bam_cram_variant_calling_cnvkit
is the newvariantcalling/cnvkit
bam_cram_variant_calling_deepvariant
is the newvariantcalling/deepvariant
bam_cram_variant_calling_freebayes
is the newvariantcalling/freebayes
bam_cram_variant_calling_germline_manta
is the newvariantcalling/manta/germline
bam_cram_variant_calling_haplotypecaller
is the newvariantcalling/haplotypecaller
bam_cram_variant_calling_mpileup
is the newvariantcalling/mpileup
bam_cram_variant_calling_single_strelka
is the newvariantcalling/strelka/single
bam_cram_variant_calling_single_tiddit
is the newvariantcalling/tiddit/single
bam_cram_variant_calling_somatic_controlfreec
is the newvariantcalling/controlfreec/somatic
bam_cram_variant_calling_somatic_manta
is the newvariantcalling/manta/somatic
bam_cram_variant_calling_somatic_mutect2
is the newgatk4/tumor_normal_somatic_variant_calling
bam_cram_variant_calling_somatic_strelka
is the newvariantcalling/strelka/somatic
bam_cram_variant_calling_somatic_tiddit
is the newvariantcalling/tiddit/somatic
bam_cram_variant_calling_tumor_only_controlfreec
is the newvariantcalling/controlfreec/tumoronly
bam_cram_variant_calling_tumor_only_manta
is the newvariantcalling/manta/tumoronly
bam_cram_variant_calling_tumor_only_mutect2
is the newgatk4/tumor_only_somatic_variant_calling
bam_merge_index_samtools
is the newmerge_index_bam
cram_merge_index_samtools
is the newmerge_index_cram
cram_qc_mosdepth_samtools
is the newcram_qc
fastq_align_bwamem_mem2_dragmap
is the newgatk4/mapping
fastq_create_umi_consensus_fgbio
is the newfgbio_create_umi_consensus
fastq_qc_fastqc
is the newrun_fastqc
vcf_annotate_ensemblvep
is the newannotation/ensemblvep
vcf_annotate_snpeff
is the newannotation/snpeff
vcf_qc_bcftools_vcftool
is the newvcf_qc
vcf_variant_filtering_gatk
is the newgatk4/single_sample_germline_variant_calling
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).