Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ samplesheet.csv
input*
null/
tmp/
.nf-test*
625 changes: 625 additions & 0 deletions align_longreads_test.log

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
"installed_by": ["modules"],
"patch": "modules/nf-core/nanoplot/nanoplot.diff"
},
"parabricks/minimap2": {
"branch": "master",
"git_sha": "f0b0dc3c3f001b1b7bf814a3c353baecbab17ea1",
"installed_by": ["modules"]
},
"picard/markduplicates": {
"branch": "master",
"git_sha": "49f4e50534fe4b64101e62ea41d5dc43b1324358",
Expand Down
115 changes: 115 additions & 0 deletions modules/nf-core/parabricks/minimap2/main.nf

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

168 changes: 168 additions & 0 deletions modules/nf-core/parabricks/minimap2/meta.yml

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

Loading
Loading