Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leviosam2 index #5316

Merged
merged 8 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
whitespaces
  • Loading branch information
zxBIB Grochowalski,Lukasz (GCBDS) EXTERNAL committed Mar 20, 2024
commit 6acad1d8eb0bf166acaafd5bceebd7485a727045
3 changes: 1 addition & 2 deletions modules/nf-core/leviosam2/index/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ process LEVIOSAM2_INDEX {
leviosam2: \$(leviosam2 --version)
END_VERSIONS
"""
}

}
7 changes: 2 additions & 5 deletions modules/nf-core/leviosam2/index/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tools:
homepage: "https://github.com/milkschen/leviosam2/blob/main/workflow/README.md"
documentation: "https://github.com/milkschen/leviosam2/blob/main/workflow/README.md"
licence: ['MIT']

input:
- meta:
type: map
Expand All @@ -26,7 +25,6 @@ input:
type: file
description: Chain file to index.
pattern: "*.{chain}"

output:
- meta:
type: map
Expand All @@ -40,9 +38,8 @@ output:
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"

pattern: "versions.yml"
authors:
- "@lgrochowalski"
maintainers:
- "@lgrochowalski"
- "@lgrochowalski"
Loading