Skip to content

Commit

Permalink
Updated testscript
Browse files Browse the repository at this point in the history
  • Loading branch information
eggzilla committed Nov 12, 2016
1 parent 4f6584b commit 14e7a19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlastHTTPTest.hs
@@ -1,5 +1,5 @@
-- | BlastHTTP test script
-- /scr/kronos/egg/ghc/ghc/bin/runghc BlastHTTPTest.hs /home/mescalin/egg/initialfasta/RybB/aeromonas.fa
--runghc -package-db --ghc-arg=.cabal-sandbox/x86_64-linux-ghc-8.0.1-packages.conf.d/ BlastHTTPTest.hs aeromonas.fa

module Main where

Expand All @@ -24,7 +24,7 @@ main = do
putStrLn "Test:"
inputFasta <- readFasta input_file
--let blastQuery = BlastHTTPQuery (Just "ebi") (Just "blastn") (Just "em_rel_mam") (Just fastaSeqData) Nothing
let blastQuery = BlastHTTPQuery (Just "ncbi") (Just "blastn") (Just "nt") inputFasta Nothing
let blastQuery = BlastHTTPQuery (Just "ncbi") (Just "blastn") (Just "nt") inputFasta Nothing (Just (7200000000 ::Int))
blastOutput <- blastHTTP blastQuery
print blastOutput

2 changes: 2 additions & 0 deletions aeromonas.fa
@@ -0,0 +1,2 @@
>Aeromonas salmonicida subsp. salmonicida A449
GAAGGCACGACAUUGCUCACAUUGCUUCCAGUUAUAGGGCCAGUUCUUCUGGCCCUCUUUUU

0 comments on commit 14e7a19

Please sign in to comment.