NCI-CGR / IlluminaSequencingAnalysis

All Illumina Sequencing Related project from Xin will be recorded in this repo
0 stars 0 forks source link

Customized QC: bug, bacl2s3.py code failed #24

Open lxwgcool opened 3 years ago

lxwgcool commented 3 years ago

The error message:

[+] Loading python 3.7  ... 
Traceback (most recent call last):
  File "/home/lix33/lxwg/Git/IlluminaSequencingAnalysis/CustomizedQC/SourceCode/ObjectStorage/Backup2S3.py", line 88, in <module>
    main()
  File "/home/lix33/lxwg/Git/IlluminaSequencingAnalysis/CustomizedQC/SourceCode/ObjectStorage/Backup2S3.py", line 83, in main
    RemoveFlowcellFromBiowulf(strFlowcellDir)
  File "/home/lix33/lxwg/Git/IlluminaSequencingAnalysis/CustomizedQC/SourceCode/ObjectStorage/Backup2S3.py", line 42, in RemoveFlowcellFromBiowulf
    if iReturn != 0:
NameError: name 'iReturn' is not defined
lxwgcool commented 3 years ago

This is caused by coding part, which has just been fixed.