Skip to content

Commit

Permalink
its not working and everything is a mess
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Regenbaum authored and Shaun Regenbaum committed Aug 28, 2024
1 parent 47c7cfc commit 19e8481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion subworkflows/nf-core/ensemblvep_annotate.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subworkflows/nf-core/snpeff_annotate.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions workflows/rnavar.nf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ include { GATK4_INDEXFEATUREFILE } from '../modules/nf-core/modules/gatk4
include { GATK4_VARIANTFILTRATION } from '../modules/nf-core/modules/gatk4/variantfiltration/main'
include { SAMTOOLS_INDEX } from '../modules/nf-core/modules/samtools/index/main'
include { TABIX_TABIX as TABIX } from '../modules/nf-core/modules/tabix/tabix/main'
include { CUSTOM_DUMPSOFTWAREVERSIONS } from '../modules/nf-core/modules/custom/dumpsoftwareversions/main'

/*
========================================================================================
Expand All @@ -80,7 +79,7 @@ include { CUSTOM_DUMPSOFTWAREVERSIONS } from '../modules/nf-core/modules/custo
*/

include { ALIGN_STAR } from '../subworkflows/nf-core/align_star' // Align reads to genome and sort and index the alignment file
include { STAR_GENOMEGENERATE } from '../subworkflows/nf-core/genomegenerate' // Generate genome index for STAR
include { STAR_GENOMEGENERATE } from '../modules/nf-core/modules/star/genomegenerate/main' //addParams(options: params.star_index_options)
include { MARKDUPLICATES } from '../subworkflows/nf-core/markduplicates' // Mark duplicates in the BAM file
include { SPLITNCIGAR } from '../subworkflows/nf-core/splitncigar' // Splits reads that contain Ns in their cigar string
include { RECALIBRATE } from '../subworkflows/nf-core/recalibrate' // Estimate and correct systematic bias
Expand Down Expand Up @@ -446,8 +445,6 @@ workflow RNAVAR {
}

ch_version_yaml = Channel.empty()
CUSTOM_DUMPSOFTWAREVERSIONS (ch_versions.unique().collectFile(name: 'collated_versions.yml'))
ch_version_yaml = CUSTOM_DUMPSOFTWAREVERSIONS.out.mqc_yml.collect()

//
// MODULE: MultiQC
Expand Down

0 comments on commit 19e8481

Please sign in to comment.