Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xieguigang/mzkit
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Oct 12, 2023
2 parents cf5742a + 147578c commit 67971c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"run_exe": {
"commandName": "Executable",
"executablePath": "\\GCModeller\\src\\R-sharp\\App\\net6.0\\R#.exe",
"commandLineArgs": "\"X:\\AP-SMALDI-SingleCells-0.1um\\test\\研发数据(小鼠睾丸空代原始数据)-AP SMALDI\\clustering.R\" --attach \"\\mzkit\\Rscript\\Library\\mzkit_app\" --debug"
"commandLineArgs": "\\biodeep\\biodeep_pipeline\\biodeepMSMS_v5\\test\\dbStruct\\targetted_loader.R --attach \"\\mzkit\\Rscript\\Library\\mzkit_app\" --debug"
},
"annotation": {
"commandName": "Executable",
Expand Down
12 changes: 12 additions & 0 deletions src/assembly/SpectrumTree/Pack/SpectrumReader.vb
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,18 @@ Namespace PackLib
Return (err_msg.ToString)
End Function

''' <summary>
'''
''' </summary>
''' <returns></returns>
''' <remarks>
''' the file name should be the metabolite unique id, and used as the
''' tag prefix with delimiter ``|``, example as:
'''
''' ```
''' HMDB0000001|libname.bcode
''' ```
''' </remarks>
Private Function GetMassFiles() As IEnumerable(Of StreamBlock)
Return DirectCast(file.GetObject("/massSet/"), StreamGroup) _
.ListFiles(safe:=True) _
Expand Down

0 comments on commit 67971c2

Please sign in to comment.