Skip to content

Commit

Permalink
chore(dreg): Remove DREG
Browse files Browse the repository at this point in the history
In favor of identification methods with requirements more users will be
able to meet: #39

Support for web portal submission eventually: #31
  • Loading branch information
edmundmiller committed Apr 1, 2022
1 parent 2c508dd commit 7d6e5b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
38 changes: 0 additions & 38 deletions modules/local/dreg/main.nf

This file was deleted.

13 changes: 0 additions & 13 deletions workflows/nascent.nf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ include { GROHMM } from '../subworkflows/local/grohmm'

include { FASTQC } from '../modules/nf-core/modules/fastqc/main'
include { CAT_FASTQ } from '../modules/nf-core/modules/cat/fastq/main'
include { DREG_PEAKCALLING } from '../modules/local/dreg/main'
include { BED2SAF } from '../modules/local/bed2saf'
include {
SUBREAD_FEATURECOUNTS as SUBREAD_FEATURECOUNTS_GENE
Expand Down Expand Up @@ -211,18 +210,6 @@ workflow NASCENT {

ch_identification_bed = GROHMM.out.bed

} else if (params.transcript_identification == 'dreg') {
// FIXME
println "Docker image is broken"

ch_dreg_model = file("ftp://cbsuftp.tc.cornell.edu/danko/hub/dreg.models/asvm.gdm.6.6M.20170828.rdata")

DREG_PEAKCALLING (
COVERAGE_GRAPHS.out.plus_minus,
ch_dreg_model
)

ch_identification_bed = GROHMM.out.bed
} else if (params.transcript_identification == 'homer') {
/*
* SUBWORKFLOW: Transcript indetification with homer
Expand Down

0 comments on commit 7d6e5b0

Please sign in to comment.