You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During the snp run I receive an FileNotFoundError at step target_metrics:
2023-09-01 23:17:01,724 - celescope.tools.barcode.add_step_metrics - INFO - done. time used: 0:00:00.000327
2023-09-01 23:17:01,727 - celescope.tools.barcode.run - INFO - done. time used: 9:03:02.122252
2023-09-01 23:17:01,727 - celescope.tools.step._clean_up - INFO - start...
2023-09-01 23:17:01,744 - celescope.tools.step._render_html - INFO - start...
2023-09-01 23:17:02,506 - celescope.tools.step._render_html - INFO - done. time used: 0:00:00.761477
2023-09-01 23:17:02,506 - celescope.tools.step._clean_up - INFO - done. time used: 0:00:00.779391
2023-09-01 23:17:02,506 - celescope.tools.barcode.barcode - INFO - done. time used: 9:03:03.698185
2023-09-01 23:35:32,885 - celescope.tools.step._clean_up - INFO - start...
2023-09-01 23:35:32,907 - celescope.tools.step._render_html - INFO - start...
2023-09-01 23:35:33,505 - celescope.tools.step._render_html - INFO - done. time used: 0:00:00.597490
2023-09-01 23:35:33,505 - celescope.tools.step._clean_up - INFO - done. time used: 0:00:00.620049
2023-09-01 23:35:33,511 - celescope.tools.featureCounts.featureCounts - INFO - done. time used: 3:43:20.455596
2023-09-01 23:35:41,546 - celescope.tools.target_metrics.target_metrics - INFO - start...
CeleScope version: 1.17.0 Args: Namespace(subparser_assay='snp', gene_list=None, panel='lung_1', bam='.//KM1_RNA_test/05.featureCounts/KM1_RNA_test_aligned_posSorted_addTag.bam', match_dir='./result_celesco_RNA_test', thread='20', debug=False, func=<function target_metrics at 0x7fb70e3ab040>)
2023-09-01 23:35:41,597 - celescope.tools.utils.get_barcode_from_match_dir - INFO - start...
2023-09-01 23:35:41,597 - celescope.tools.utils.get_matrix_dir_from_match_dir - INFO - start...
Traceback (most recent call last):
File "/home/philipp_bs/miniconda3/envs/celescope/bin/celescope", line 8, in
sys.exit(main())
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/celescope.py", line 54, in main
args.func(args)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 45, in wrapper
result = func(*args, **kwargs)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/target_metrics.py", line 163, in target_metrics
with Target_metrics(args, display_title='Target Enrichment') as runner:
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/target_metrics.py", line 42, in init
self.match_barcode_list, self.n_cell = utils.get_barcode_from_match_dir(args.match_dir)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 45, in wrapper
result = func(*args, **kwargs)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 306, in get_barcode_from_match_dir
matrix_dir = get_matrix_dir_from_match_dir(match_dir)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 45, in wrapper
result = func(*args, **kwargs)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 292, in get_matrix_dir_from_match_dir
matrix_dir = glob_file(matrix_dir_pattern_list)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 247, in glob_file
raise FileNotFoundError(f'No file found for {pattern_list}')
FileNotFoundError: No file found for ['./result_celescope_KM1_total/*count/*filtered_feature_bc_matrix', './result_celescope_KM1_total/*count/*matrix_10X']
2023-09-01 23:35:44,461 - celescope.snp.variant_calling.variant_calling - INFO - start...
It complained that the gene expression matrix directory was not found the in ./result_celescope_KM1_total/*count/
FileNotFoundError: No file found for ['./result_celescope_KM1_total/*count/*filtered_feature_bc_matrix', './result_celescope_KM1_total/*count/*matrix_10X']
Did the celescope rna pipeline complete successfully?
Hi, I need help with the snp assay:
Describe the bug
During the snp run I receive an FileNotFoundError at step target_metrics:
2023-09-01 23:17:01,724 - celescope.tools.barcode.add_step_metrics - INFO - done. time used: 0:00:00.000327
2023-09-01 23:17:01,727 - celescope.tools.barcode.run - INFO - done. time used: 9:03:02.122252
2023-09-01 23:17:01,727 - celescope.tools.step._clean_up - INFO - start...
2023-09-01 23:17:01,744 - celescope.tools.step._render_html - INFO - start...
2023-09-01 23:17:02,506 - celescope.tools.step._render_html - INFO - done. time used: 0:00:00.761477
2023-09-01 23:17:02,506 - celescope.tools.step._clean_up - INFO - done. time used: 0:00:00.779391
2023-09-01 23:17:02,506 - celescope.tools.barcode.barcode - INFO - done. time used: 9:03:03.698185
2023-09-01 23:35:32,885 - celescope.tools.step._clean_up - INFO - start...
2023-09-01 23:35:32,907 - celescope.tools.step._render_html - INFO - start...
2023-09-01 23:35:33,505 - celescope.tools.step._render_html - INFO - done. time used: 0:00:00.597490
2023-09-01 23:35:33,505 - celescope.tools.step._clean_up - INFO - done. time used: 0:00:00.620049
2023-09-01 23:35:33,511 - celescope.tools.featureCounts.featureCounts - INFO - done. time used: 3:43:20.455596
2023-09-01 23:35:41,546 - celescope.tools.target_metrics.target_metrics - INFO - start...
CeleScope version: 1.17.0 Args: Namespace(subparser_assay='snp', gene_list=None, panel='lung_1', bam='.//KM1_RNA_test/05.featureCounts/KM1_RNA_test_aligned_posSorted_addTag.bam', match_dir='./result_celesco_RNA_test', thread='20', debug=False, func=<function target_metrics at 0x7fb70e3ab040>)
2023-09-01 23:35:41,597 - celescope.tools.utils.get_barcode_from_match_dir - INFO - start...
2023-09-01 23:35:41,597 - celescope.tools.utils.get_matrix_dir_from_match_dir - INFO - start...
Traceback (most recent call last):
File "/home/philipp_bs/miniconda3/envs/celescope/bin/celescope", line 8, in
sys.exit(main())
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/celescope.py", line 54, in main
args.func(args)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 45, in wrapper
result = func(*args, **kwargs)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/target_metrics.py", line 163, in target_metrics
with Target_metrics(args, display_title='Target Enrichment') as runner:
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/target_metrics.py", line 42, in init
self.match_barcode_list, self.n_cell = utils.get_barcode_from_match_dir(args.match_dir)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 45, in wrapper
result = func(*args, **kwargs)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 306, in get_barcode_from_match_dir
matrix_dir = get_matrix_dir_from_match_dir(match_dir)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 45, in wrapper
result = func(*args, **kwargs)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 292, in get_matrix_dir_from_match_dir
matrix_dir = glob_file(matrix_dir_pattern_list)
File "/home/philipp_bs/miniconda3/envs/celescope/lib/python3.9/site-packages/celescope/tools/utils.py", line 247, in glob_file
raise FileNotFoundError(f'No file found for {pattern_list}')
FileNotFoundError: No file found for ['./result_celescope_KM1_total/*count/*filtered_feature_bc_matrix', './result_celescope_KM1_total/*count/*matrix_10X']
2023-09-01 23:35:44,461 - celescope.snp.variant_calling.variant_calling - INFO - start...
Shell script:
Version
1.17.0
The text was updated successfully, but these errors were encountered: