Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
nbay13 committed Apr 29, 2024
1 parent a42fe12 commit b755442
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions toilkit/commands/process_uuid_tars_utilities/rsem_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ def extract_specific_counts_results(tar: tarfile.TarFile, uuid: str, results_nam
if infotype == 'rsem_genes':
if uuid_num == min_id:
gene_lists['genes'] = gene_list
print(uuid_num)
print(min_id)
print(index)
print(gene_lists)
update_global_dicts(gene_lists['genes'][index], raw_count, tpm_count, rsem_dict['genes_raw'], rsem_dict['genes_tpm'])
elif infotype == 'rsem_transcripts_hugo':
if uuid_num == min_id:
Expand Down

0 comments on commit b755442

Please sign in to comment.