-
Notifications
You must be signed in to change notification settings - Fork 4
Hotfix #115
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
Hotfix #115
Changes from all commits
eb51d56
b5938f2
5b24d20
19b15b4
77ae92f
ada3e8f
742f0ee
feeee90
0e9e256
c2c0c15
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,4 +39,4 @@ template: | |
| outdir: . | ||
| skip_features: | ||
| - fastqc | ||
| version: 1.0.0 | ||
| version: 1.1.0dev | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,6 +22,8 @@ workflow TUMOR_NORMAL_HAPPHASE { | |||||
| somatic_vep = Channel.empty() | ||||||
| germline_vep = Channel.empty() | ||||||
|
|
||||||
| mixed_bams.view() | ||||||
|
|
||||||
| // Branch input bams in normal and tumour | ||||||
| mixed_bams | ||||||
| .branch{ meta, bam, bai -> | ||||||
|
|
@@ -39,7 +41,7 @@ workflow TUMOR_NORMAL_HAPPHASE { | |||||
| return [basecall_model, meta, file] | ||||||
| } | ||||||
| .set{downloaded_model_files} | ||||||
|
|
||||||
| downloaded_model_files.view() | ||||||
|
||||||
| downloaded_model_files.view() |
Copilot
AI
Dec 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug view() statement should be removed before merging. This appears to be temporary debugging code left in the subworkflow.
Copilot
AI
Dec 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug view() statement should be removed before merging. This appears to be temporary debugging code left in the subworkflow.
Copilot
AI
Dec 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug view() statement should be removed before merging. This appears to be temporary debugging code left in the subworkflow.
| tumor_bams.view() |
Copilot
AI
Dec 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug view() statements should be removed before merging. These appear to be temporary debugging code left in the subworkflow.
| tumor_bams.view() | |
| LONGPHASE_PHASE.out.vcf.view() |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -580,11 +580,13 @@ workflow LRSOMATIC { | |||||
| } | ||||||
| .join(SEVERUS.out.all_vcf) | ||||||
| .set { wakhan_input } | ||||||
|
|
||||||
| wakhan_input.view() | ||||||
| ch_fasta.view() | ||||||
|
Comment on lines
+583
to
+584
|
||||||
| wakhan_input.view() | |
| ch_fasta.view() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug view() statement should be removed before merging. This appears to be temporary debugging code left in the subworkflow.