Skip to content

Commit

Permalink
Huge effort to finally update modules done :)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaqManzano committed Aug 17, 2023
1 parent 6f3d36b commit 4e1779d
Show file tree
Hide file tree
Showing 141 changed files with 1,804 additions and 1,825 deletions.
14 changes: 14 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
repository_type: pipeline
lint:
files_exist:
- conf/modules.config
- conf/test.config
- conf/test_full.config
files_unchanged:
- assets/multiqc_config.yml
- assets/nf-core-sarek_logo_light.png
- docs/images/nf-core-sarek_logo_dark.png
- docs/images/nf-core-sarek_logo_light.png
- lib/NfcoreTemplate.groovy
- lib/NfcoreSchema.groovy
schema_params: False
template_strings: False
File renamed without changes.
63 changes: 0 additions & 63 deletions conf/slurm.config

This file was deleted.

64 changes: 0 additions & 64 deletions conf/tcga.config

This file was deleted.

64 changes: 0 additions & 64 deletions conf/tcga2.config

This file was deleted.

95 changes: 0 additions & 95 deletions conf/tcga_train_set.config

This file was deleted.

1 change: 0 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ params.dbsnp = WorkflowMain.getGenomeAttribute(params, 'dbsnp')
params.dbsnp_tbi = WorkflowMain.getGenomeAttribute(params, 'dbsnp_tbi')
params.known_indels = WorkflowMain.getGenomeAttribute(params, 'known_indels')
params.known_indels_tbi = WorkflowMain.getGenomeAttribute(params, 'known_indels_tbi')
params.snpeff_db = WorkflowMain.getGenomeAttribute(params, 'snpeff_db')
params.vep_cache_version = WorkflowMain.getGenomeAttribute(params, 'vep_cache_version')
params.vep_genome = WorkflowMain.getGenomeAttribute(params, 'vep_genome')
params.vep_species = WorkflowMain.getGenomeAttribute(params, 'vep_species')
Expand Down
Loading

0 comments on commit 4e1779d

Please sign in to comment.