Skip to content

Commit

Permalink
Merge pull request #129 from ggabernet/review-comments
Browse files Browse the repository at this point in the history
remove fastqc module
  • Loading branch information
christopher-mohr authored Dec 21, 2021
2 parents 82b508b + fc2ff4d commit 251afac
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 123 deletions.
3 changes: 0 additions & 3 deletions .nf-core.yml

This file was deleted.

1 change: 0 additions & 1 deletion CITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
## Pipeline tools


* [MultiQC](https://pubmed.ncbi.nlm.nih.gov/27312411/)
> Ewels P, Magnusson M, Lundin S, Käller M. MultiQC: summarize analysis results for multiple tools and samples in a single report. Bioinformatics. 2016 Oct 1;32(19):3047-8. doi: 10.1093/bioinformatics/btw354. Epub 2016 Jun 16. PubMed PMID: 27312411; PubMed Central PMCID: PMC5039924.
Expand Down
21 changes: 1 addition & 20 deletions lib/WorkflowEpitopeprediction.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ class WorkflowEpitopeprediction {
// Check and validate parameters
//
public static void initialise(params, log) {
//genomeExistsError(params, log)

//if (!params.fasta) {
// log.error "Genome fasta file not specified with e.g. '--fasta genome.fa' or via a detectable config file."
// System.exit(1)
//}
// empty function...
}

//
Expand Down Expand Up @@ -42,18 +37,4 @@ class WorkflowEpitopeprediction {
yaml_file_text += "${summary_section}"
return yaml_file_text
}

//
// Exit pipeline if incorrect --genome key provided
//
//private static void genomeExistsError(params, log) {
// if (params.genomes && params.genome && !params.genomes.containsKey(params.genome)) {
// log.error "=============================================================================\n" +
// " Genome '${params.genome}' not found in any config files provided to the pipeline.\n" +
// " Currently, the available genome keys are:\n" +
// " ${params.genomes.keySet().join(", ")}\n" +
// "==================================================================================="
// System.exit(1)
// }
//}
}
3 changes: 0 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"custom/dumpsoftwareversions": {
"git_sha": "20d8250d9f39ddb05dfb437603aaf99b5c0b2b41"
},
"fastqc": {
"git_sha": "9d0cad583b9a71a6509b754fdf589cbfbed08961"
},
"multiqc": {
"git_sha": "20d8250d9f39ddb05dfb437603aaf99b5c0b2b41"
}
Expand Down
44 changes: 0 additions & 44 deletions modules/nf-core/modules/fastqc/main.nf

This file was deleted.

52 changes: 0 additions & 52 deletions modules/nf-core/modules/fastqc/meta.yml

This file was deleted.

0 comments on commit 251afac

Please sign in to comment.