Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadbkh committed Dec 17, 2024
1 parent ea53277 commit 10c22e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf/test_mgikit.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// Limit resources so that this can run on GitHub Actions
process {
resourceLimits = [
cpus: 2,
memory: '12.GB',
cpus: 1,
memory: '7.GB',
time: '4.h'
]
}
Expand Down
8 changes: 4 additions & 4 deletions tests/mgikit.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"fastqc_sequence_duplication_levels_plot.txt:md5,0698ed12046a621c771a27c42ae43015",
"multiqc_citations.txt:md5,d35df50e9903a96a2b3bce3c1fbc8ad2",
"test-fc01.csv:md5,74dfac5602f25fe428510a500d3b4700",
"Sample01.fastp.json:md5,39affa02f97357ff249ab6557af88cd8",
"Sample01.fastp.json:md5,58bd930574e0d97a17e176af1f1a2de2",
"Sample01_1.fastp.fastq.gz:md5,19752026de713f514637fab29e4ffac4",
"Sample01_1.fastp.fastq.gz.md5:md5,ff1685317a46c2e4f38a601a400c6ea4",
"Sample01_1.fastp.fastq.gz_fastqc_data.txt:md5,9dbc0eb3858105006a5c08fbf2b199d2",
Expand All @@ -267,7 +267,7 @@
"Sample01_2.fastp.fastq.gz.md5:md5,b842540b836a847a3cbda9cd2bd9602a",
"Sample01_2.fastp.fastq.gz_fastqc_data.txt:md5,581fde09673f893ff5de8480146aec73",
"Sample01_2.fastp.fastq.gz_summary.txt:md5,3b8e912a8e2d7de2bdc8f27048816d83",
"Sample02.fastp.json:md5,d1bf54e9c8723c30995cd7ce6cdc0a31",
"Sample02.fastp.json:md5,139e9a52b922c83bbf244d9a90d037e0",
"Sample02_1.fastp.fastq.gz:md5,7f942bf3ef88ef04431ed0d40baae144",
"Sample02_1.fastp.fastq.gz.md5:md5,e5359534efdf527f23c892a395ffeda9",
"Sample02_1.fastp.fastq.gz_fastqc_data.txt:md5,9395972202f7805db07a262b0c1a2a21",
Expand All @@ -276,7 +276,7 @@
"Sample02_2.fastp.fastq.gz.md5:md5,2d7c845b972d1a8e49542c8aec7a0d30",
"Sample02_2.fastp.fastq.gz_fastqc_data.txt:md5,5ab57f96cb140451bfce528f2c5aab2e",
"Sample02_2.fastp.fastq.gz_summary.txt:md5,04f73bff5dd39c24da6e9cff5c99eafa",
"Sample03.fastp.json:md5,adaa33288edef3d1a8e6de4ef15c52a8",
"Sample03.fastp.json:md5,3696e4379f10e439f887fda0dd54059d",
"Sample03_1.fastp.fastq.gz:md5,56afcab8b820419bddec4982fc85b60f",
"Sample03_1.fastp.fastq.gz.md5:md5,ba1c71c4edafdf5e80817e61b65a2423",
"Sample03_1.fastp.fastq.gz_fastqc_data.txt:md5,ce8bafaa92fd7dad7e04c110a17ab9aa",
Expand All @@ -285,7 +285,7 @@
"Sample03_2.fastp.fastq.gz.md5:md5,3f6fd888aeb09e976676304ed56b9549",
"Sample03_2.fastp.fastq.gz_fastqc_data.txt:md5,6d5979154dc2d30b43561136e0adc1fa",
"Sample03_2.fastp.fastq.gz_summary.txt:md5,122391b6c6e9332fe373a464e3e3ab09",
"Sample04.fastp.json:md5,f9c94ad8d70305fd217479151cf5bf11",
"Sample04.fastp.json:md5,04daf32a7c3a7072b3e7a585421ea4a6",
"Sample04_1.fastp.fastq.gz:md5,dcf0ad68be6ff6c21ebceedaa4eaa4c4",
"Sample04_1.fastp.fastq.gz.md5:md5,be3faa610361cbcb5b6d988eaaa29132",
"Sample04_1.fastp.fastq.gz_fastqc_data.txt:md5,7ff5aeecbcb95f39c6708f2d342c6217",
Expand Down

0 comments on commit 10c22e4

Please sign in to comment.