Skip to content

Commit 02d4c22

Browse files
Added startup.jl
1 parent 5d72222 commit 02d4c22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

startup.jl

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)