Skip to content

Commit

Permalink
Release 0.47.1 - PeerJ submission version
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Apr 5, 2024
2 parents 7e044d9 + 9fc6701 commit bc05f3c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions demos/02_flu/main.loc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import bio.db
)

-- Import generic functions
import base (id, const, at, map, ne, fst, snd, concat, filter, shard, gt,
eq, head, take, ifelse, branch, join, paste, keys, size, onFst,
sleep, unique, withSnds, readMap)
import base (id, const, map, ne, fst, snd, concat, filter, shard,
eq, head, ifelse, branch, join, keys, size, onFst,
sleep, unique, readMap)


-- Type aliases
Expand All @@ -40,14 +40,14 @@ type Date = Str


-- Source python functions for dealing with Entrez records
source Py from "entrez_helpers.py"
source Py from "entrez.py"
( "parseRecord"
, "labelRef"
, "setLeafName"
)

-- Source C++ alternative for one of these functions
source Cpp from "entrez_helpers.hpp" ("setLeafName")
source Cpp from "entrez.hpp" ("setLeafName")

-- Define the general type of each function
parseRecord :: JsonObj -> (JsonObj, Sequence)
Expand Down
2 changes: 1 addition & 1 deletion executable/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ opts :: ParserInfo CliCommand
opts = info (cliParser <**> helper)
( fullDesc
<> progDesc "call 'morloc make -h', 'morloc install -h', etc for details"
<> header "morloc v0.47.0" -- FIXME: HARDCODED VERSION NUMBER!!!
<> header "morloc v0.47.1" -- FIXME: HARDCODED VERSION NUMBER!!!
)


Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: morloc
version: 0.47.0
version: 0.47.1
homepage: https://github.com/morloc-project/morloc
synopsis: A multi-lingual, typed, workflow language
description: See GitHub README <https://github.com/morloc-project/morloc#readme>
Expand Down

0 comments on commit bc05f3c

Please sign in to comment.