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
After preProcess and germline;
An error occurred after running this command:
python app/Monopogen/src/Monopogen.py somatic
-a app/Monopogen/apps -r GRCh38.region.lst -t 10
-i out -l cell_reads_counts.csv -s featureInfo
-g genome.fa
Error:
Traceback (most recent call last):
File "/p300s/biosoft/app/Monopogen/src/Monopogen.py", line 435, in
main()
File "/p300s/biosoft/app/Monopogen/src/Monopogen.py", line 428, in main
args.func(args)
File "/p300s/biosoft/app/Monopogen/src/Monopogen.py", line 125, in somatic
validate_user_setting_somatic(args)
File "/p300s/biosoft/app/Monopogen/src/somatic.py", line 58, in validate_user_setting_somatic
logger.error("Only the whole chromsome calling is allowed!")
NameError: name 'logger' is not defined
The text was updated successfully, but these errors were encountered:
After preProcess and germline;
An error occurred after running this command:
python app/Monopogen/src/Monopogen.py somatic
-a app/Monopogen/apps -r GRCh38.region.lst -t 10
-i out -l cell_reads_counts.csv -s featureInfo
-g genome.fa
Error:
Traceback (most recent call last):
File "/p300s/biosoft/app/Monopogen/src/Monopogen.py", line 435, in
main()
File "/p300s/biosoft/app/Monopogen/src/Monopogen.py", line 428, in main
args.func(args)
File "/p300s/biosoft/app/Monopogen/src/Monopogen.py", line 125, in somatic
validate_user_setting_somatic(args)
File "/p300s/biosoft/app/Monopogen/src/somatic.py", line 58, in validate_user_setting_somatic
logger.error("Only the whole chromsome calling is allowed!")
NameError: name 'logger' is not defined
The text was updated successfully, but these errors were encountered: