Skip to content

Commit 1b9c0fc

Browse files
committed
commenting out QTLplot module for testing
1 parent 3c886ab commit 1b9c0fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FlxQTL.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module FlxQTL
1212

1313

1414
include("MLM.jl")
15-
include("QTLplot.jl")
15+
# include("QTLplot.jl")
1616
include("Miscellanea.jl")
1717
include("GRM.jl")
1818
include("EcmNestrv.jl")
@@ -25,8 +25,8 @@ using .GRM:kinshipMan,kinship4way,kinshipGs,kinshipLin,kinshipCtr,kinshipStd,shr
2525
export kinshipMan,kinship4way,kinshipGs,kinshipLin,kinshipCtr,kinshipStd
2626
export shrinkg,shrinkgLoco,kinshipLoco
2727

28-
using .QTLplot:layers, plot1d, plot2d, subplot2d
29-
export layers, plot1d, plot2d, subplot2d
28+
# using .QTLplot:layers, plot1d, plot2d, subplot2d
29+
# export layers, plot1d, plot2d, subplot2d
3030

3131
using .flxMLMM: geneScan,gene2Scan,envScan,permTest,K2eig, K2Eig, obtainKc,gene1Scan,updateKc
3232
#selectQTL

0 commit comments

Comments
 (0)