Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mari-ga committed Dec 6, 2023
1 parent f00e1e6 commit 8575aa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ result*/
testing/
testing*
*.pyc
docs/build/
docs/build/
nextflow_internal.config
2 changes: 1 addition & 1 deletion docs/source/hashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ output directory: `$pipeline_output_folder/gmm_demux/gmm_demux_[task_ID/sampleId

output directory: `$pipeline_output_folder/bff/bff_[task_ID/sampleId]`

- `${params.assignmentOutBff}_assignment_demuxmix.csv`: the assignment and classification results produced by BFF
- `${params.assignmentOutBff}_assignment_bff.csv`: the assignment and classification results produced by BFF
- `params.csv`: specified parameters in the BFF task

## **Parameter**
Expand Down
3 changes: 2 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ workflow run_single{
}
}
else if (params.mode == "hashing"){

print("Running single sample")
hash_demultiplexing(params.rna_matrix_raw, params.rna_matrix_filtered, params.hto_matrix_raw, params.hto_matrix_filtered)
if (params.match_donor == "True"){
donor_match(hash_demultiplexing.out)
Expand Down Expand Up @@ -102,6 +102,7 @@ workflow run_single{
}

workflow {
print(params.multi_input)
if (params.multi_input == null){
run_single()
}
Expand Down

0 comments on commit 8575aa4

Please sign in to comment.