Skip to content

Commit

Permalink
fixing snapshot and names
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Aug 6, 2024
1 parent e917939 commit 07387e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion modules/msk/igv/snapshot/meta.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json
name: "IGV_SNAPSHOT"
name: "igv_snapshot"
description: a module to run IGV screenshot
keywords:
- sort
Expand Down
4 changes: 2 additions & 2 deletions modules/msk/igv/snapshot/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nextflow_process {
tag "modules_nfcore"
tag "modules_msk"
tag "igv"
tag "igv_snapshot"
tag "igv/snapshot"

test("chr22 - bam, vcf") {

Expand All @@ -35,7 +35,7 @@ nextflow_process {

}

test("sarscov2 - bam - stub") {
test("chr22 - bam, vcf - stub") {

options "-stub"

Expand Down
20 changes: 10 additions & 10 deletions modules/msk/igv/snapshot/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sarscov2 - bam - stub": {
"chr22 - bam, vcf - stub": {
"content": [
{
"0": [
Expand All @@ -14,9 +14,9 @@
]
],
"1": [
"versions.yml:md5,d28e665acecc254b456b2d904fea3021"
"versions.yml:md5,870a90d9f64f5a5f5ec4cd474d69027c"
],
"bam": [
"igv_screenshots": [
[
{
"id": "C-9M47TU-L001-d"
Expand All @@ -28,13 +28,13 @@
]
],
"versions": [
"versions.yml:md5,d28e665acecc254b456b2d904fea3021"
"versions.yml:md5,870a90d9f64f5a5f5ec4cd474d69027c"
]
}
],
"timestamp": "2024-08-06T16:13:42.379642"
"timestamp": "2024-08-06T17:08:44.477177"
},
"sarscov2 - bam": {
"chr22 - bam, vcf": {
"content": [
{
"0": [
Expand All @@ -54,9 +54,9 @@
]
],
"1": [
"versions.yml:md5,d28e665acecc254b456b2d904fea3021"
"versions.yml:md5,870a90d9f64f5a5f5ec4cd474d69027c"
],
"bam": [
"igv_screenshots": [
[
{
"id": "C-9M47TU-L001-d"
Expand All @@ -73,10 +73,10 @@
]
],
"versions": [
"versions.yml:md5,d28e665acecc254b456b2d904fea3021"
"versions.yml:md5,870a90d9f64f5a5f5ec4cd474d69027c"
]
}
],
"timestamp": "2024-08-06T16:09:30.976474"
"timestamp": "2024-08-06T17:08:31.32318"
}
}

0 comments on commit 07387e8

Please sign in to comment.