Skip to content

Commit

Permalink
Patch modules to fix nf-core#1103
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jan 3, 2024
1 parent c261e9c commit a59a6f3
Show file tree
Hide file tree
Showing 9 changed files with 118 additions and 13 deletions.
12 changes: 8 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
"fastp": {
"branch": "master",
"git_sha": "d497a4868ace3302016ea8ed4b395072d5e833cd",
"installed_by": ["fastq_fastqc_umitools_fastp", "modules"]
"installed_by": ["fastq_fastqc_umitools_fastp", "modules"],
"patch": "modules/nf-core/fastp/fastp.diff"
},
"fastqc": {
"branch": "master",
"git_sha": "102cc9b709a6da9f7cee2373563ab1464fca9c0a",
"installed_by": ["fastq_fastqc_umitools_trimgalore", "fastq_fastqc_umitools_fastp"]
"installed_by": ["fastq_fastqc_umitools_trimgalore", "fastq_fastqc_umitools_fastp"],
"patch": "modules/nf-core/fastqc/fastqc.diff"
},
"fq/subsample": {
"branch": "master",
Expand Down Expand Up @@ -222,12 +224,14 @@
"umitools/dedup": {
"branch": "master",
"git_sha": "7297204bf49273300a3dbfa4b7a4027c8683f1bd",
"installed_by": ["bam_dedup_stats_samtools_umitools"]
"installed_by": ["bam_dedup_stats_samtools_umitools"],
"patch": "modules/nf-core/umitools/dedup/umitools-dedup.diff"
},
"umitools/extract": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["fastq_fastqc_umitools_fastp", "fastq_fastqc_umitools_trimgalore"]
"installed_by": ["fastq_fastqc_umitools_fastp", "fastq_fastqc_umitools_trimgalore"],
"patch": "modules/nf-core/umitools/extract/umitools-extract.diff"
},
"untar": {
"branch": "master",
Expand Down
32 changes: 32 additions & 0 deletions modules/nf-core/fastp/fastp.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/nf-core/fastp/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions modules/nf-core/fastqc/fastqc.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/fastqc/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/umitools/dedup/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions modules/nf-core/umitools/dedup/umitools-dedup.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/umitools/extract/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions modules/nf-core/umitools/extract/umitools-extract.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a59a6f3

Please sign in to comment.