We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d72222 commit 02d4c22Copy full SHA for 02d4c22
startup.jl
@@ -0,0 +1,10 @@
1
+if (nprocs() < 2)
2
+ println("Adding process for file precaching!")
3
+ addprocs(1)
4
+end
5
+@everywhere scriptspath = pwd()
6
+
7
+include("$(scriptspath)/manualMassLibrary.jl")
8
+include("$(scriptspath)/combinedMassScaleAndExtractSumSpec.jl")
9
+include("$(scriptspath)/peakShape.jl")
10
+include("$(scriptspath)/deconvolutionMatrix.jl")
0 commit comments