Skip to content

Commit

Permalink
chore: reorder for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 4, 2023
1 parent fd9cae2 commit f0f9656
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ process {
'-b file:/opt2/TruSeq_and_nextera_adapters.consolidated.fa'
].join(' ').trim()
}
withName: 'WRITE_GENOME_CONFIG' {
publishDir = [
path: { "${params.outdir}/genome" },
mode: "copy"
]
}
}
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ params {
outdir = 'results/test'
input = 'assets/samplesheet_test.csv' // adapted from https://github.com/nf-core/test-datasets/blob/chipseq/samplesheet/v2.0/samplesheet_test.csv

genome = 'custom_genome'
read_length = 50

// Genome references
genome_fasta = 'https://raw.githubusercontent.com/nf-core/test-datasets/atacseq/reference/genome.fa'
genes_gtf = 'https://raw.githubusercontent.com/nf-core/test-datasets/atacseq/reference/genes.gtf'
blacklist = '/data/CCBR_Pipeliner/db/PipeDB/Indices/hg38_basic/indexes/hg38.blacklist_v3.chrM.chr_rDNA.fa'
genome = 'sacCer3'
save_reference = true // https://github.com/nf-core/chipseq/blob/51eba00b32885c4d0bec60db3cb0a45eb61e34c5/subworkflows/local/prepare_genome.nf#L47-L51

max_cpus = 32 // for interactive node on biowulf
Expand Down
4 changes: 2 additions & 2 deletions conf/test_paired.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ params {
config_profile_description = 'Minimal test dataset to check paired & single end handling'

outdir = 'results/test_paired'

input = 'assets/samplesheet_test_paired.csv' // adapted from 'https://raw.githubusercontent.com/nf-core/test-datasets/chipseq/samplesheet/v2.0/samplesheet_test.csv'
genome = 'sacCer3'

genome = 'custom_genome'
read_length = 50

// Genome references
Expand Down

0 comments on commit f0f9656

Please sign in to comment.