Skip to content

Commit

Permalink
update UniverSC module to restructured repo
Browse files Browse the repository at this point in the history
nf-core#2141

remove files for restructed UniverSC module (avoids duplicate tests)
  • Loading branch information
TomKellyGenetics committed Oct 11, 2022
1 parent acc3ae5 commit f79f671
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

nextflow.enable.dsl = 2

include { CELLRANGER_MKGTF } from '../../../modules/cellranger/mkgtf/main.nf'
include { CELLRANGER_MKREF } from '../../../modules/cellranger/mkref/main.nf'
include { CELLRANGER_COUNT_OS } from '../../../modules/universc/main.nf'
include { UNIVERSC } from '../../../modules/universc/main.nf'
include { CELLRANGER_MKGTF } from '../../../../modules/nf-core/cellranger/mkgtf/main.nf'
include { CELLRANGER_MKREF } from '../../../../modules/nf-core/cellranger/mkref/main.nf'
include { CELLRANGER_COUNT_OS } from '../../../../modules/nf-core/universc/main.nf'
include { UNIVERSC } from '../../../../modules/nf-core/universc/main.nf'

workflow test_cellranger_10x {

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f79f671

Please sign in to comment.