Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matiss Ozols committed Sep 1, 2023
1 parent a3521a9 commit 9656651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/concordance_calculations_donor_exclusive_read_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,6 @@ def donor_exclusive_sites(exclusive_don_variants2):
# cell_concordance_table = conc_table(donor_assignments_table,cell_assignments_table,exclusive_don_variants,exclusive_cell_variants)
result = pd.DataFrame(cell_concordance_table).T
if len(result)>0:
result.to_csv('cell_concordance_table_noA2G.tsv',sep='\t')
result.to_csv('cell_concordance_table.tsv',sep='\t')
print('Processing Done')

2 changes: 1 addition & 1 deletion modules/nf-core/modules/genotypes/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ process ASSIGN_DONOR_FROM_PANEL
{
// sum gtcheck discrepancy scores from multiple ouputput files of the same panel
tag "${pool_panel_id}"
label 'process_low'
label 'process_medium'
publishDir path: "${params.outdir}/gtmatch/${pool_id}",
pattern: "*.csv",
mode: "${params.copy_mode}",
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/modules/subset_genotype/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ process SUBSET_GENOTYPE2 {

process JOIN_CHROMOSOMES{
tag "${samplename}"
label 'process_small'
label 'process_medium'
publishDir "${params.outdir}/subset_genotypes/", mode: "${params.copy_mode}", pattern: "${samplename}.${sample_subset_file}.subset.vcf.gz"

if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
Expand Down

0 comments on commit 9656651

Please sign in to comment.