Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting some warnings here and there #4

Open
wolski opened this issue Apr 26, 2024 · 0 comments
Open

getting some warnings here and there #4

wolski opened this issue Apr 26, 2024 · 0 comments

Comments

@wolski
Copy link
Collaborator

wolski commented Apr 26, 2024

C:\FGCZ\BioBeamer>c:\python\python312\python.exe C:\FGCZ\BioBeamer\biobeamer2.py file:///c:/FGCZ/BioBeamer IWJpbzA3YmVhbWVyIQ==
C:\FGCZ\BioBeamer\mapping_functions.py:11: SyntaxWarning: invalid escape sequence '\S'
  pattern_dest = "^\\\\\\\\fgcz-biobeamer.uzh.ch\\\\Data2San\\\\p65\\\\(Proteomics|Metabolomics)\\\\[A-Z]{1,20}_[1-9]{1,1}\\\\[a-z]{1,30}_([0-9]{8,8})\\\\([A-Za-z_]+)_([0-9]{5,5})\S+$"
C:\FGCZ\BioBeamer\mapping_functions.py:37: SyntaxWarning: invalid escape sequence '\S'
  pattern_dest = "^\\\\\\\\fgcz-biobeamer.uzh.ch\\\\Data2San\\\\orders\\\\(Proteomics|Metabolomics)\\\\[A-Z]{1,20}_[0-9]{1,2}\\\\(C[0-9]{3,6})_[a-z]{1,30}_[0-9]{8}\S[^%]+$"
C:\FGCZ\BioBeamer\mapping_functions.py:59: SyntaxWarning: invalid escape sequence '\.'
  pattern_dest = "^(\\\\\\\\fgcz-biobeamer.uzh.ch\\\\Data2San\\\\p[0-9]{1,4}\\\\[A-Za-z]{1,20}\\\\[A-Z0-9_]+)(\.PRO\\\\Data\\\\)([0-9]{8,8})(.+)$"
C:\FGCZ\BioBeamer\mapping_functions.py:88: SyntaxWarning: invalid escape sequence '\p'
  """
C:\FGCZ\BioBeamer\mapping_functions.py:95: SyntaxWarning: invalid escape sequence '\.'
  pattern_dest = "^(\\\\\\\\fgcz-biobeamer.uzh.ch\\\\Data2San\\\\)(p[0-9]{1,4})(\\\\[A-Za-z]{1,20}\\\\[A-Z0-9_]+)(\.PRO\\\\Data\\\\)([0-9]{8,8})_(C[0-9]{2,5})_(.+)$"
C:\FGCZ\BioBeamer\mapping_functions.py:148: SyntaxWarning: invalid escape sequence '\.'
  pattern = ".*(p[0-9]+)\\\\Data\\\\([-0-9a-zA-Z_\\\.]+)$"
C:\FGCZ\BioBeamer\mapping_functions.py:165: SyntaxWarning: invalid escape sequence '\.'
  pattern = "(.*p[0-9]+)\\\\Data\\\\([-0-9a-zA-Z_\\\.]+)$"
C:\FGCZ\BioBeamer\mapNetworks.py:8: SyntaxWarning: invalid escape sequence '\B'
  user="FGCZ-NET\BioBeamer",
\\fgcz-biobeamer.uzh.ch\Data2San\p33354\Proteomics\Analysis\GenericZip\tomasfranziska_20240426\20240425_SpectronautData.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant