Skip to content

Commit

Permalink
commented out main(), breaks builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 26, 2015
1 parent 7771565 commit ab5f22b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/WebBLAST/WebBLAST.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module WebBLAST
include(Pkg.dir("BiomolecularStructures", "src/WebBLAST", "ncbi_blast.jl"))
include(Pkg.dir("BiomolecularStructures", "src/WebBLAST", "ebi_blast.jl"))

export check_threshold

function parse_commandline()
s = ArgParseSettings(description = "WebBLAST")

Expand Down Expand Up @@ -95,6 +97,6 @@ module WebBLAST
end
end

main()
#main()

end

0 comments on commit ab5f22b

Please sign in to comment.