Skip to content

Commit

Permalink
Move demos to dediated examples repo
Browse files Browse the repository at this point in the history
The flu case study was already included in the `examples` repo at
https://github.com/morloc-project/examples. I don't need to maintain
duplicates. I've also moved over the sequence analysis repo to that
folder. The morloc main repo should contain as little excess material as
possible to minimize the download size. There may be hundreds of
examples in the future, and many may have modest datasets associated.
They should live in their own place.

`morloc` main will contain a broad automated test suite and benchmarking
suite (soon to be automated). It should contain the minimum required for
testing in continuous integration. All these tests will be required to
pass for the latest version of morloc (and perhaps optionally for past
ones as well for backwards compatibility). The examples may be pegged to
older versions of the compiler and may have their own dedicated
containers.
  • Loading branch information
arendsee committed Jan 2, 2025
1 parent 1158877 commit f1855f8
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 507 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ imported from foreign languages and unified under a common type system.
See [the manual](https://morloc-project.github.io/docs) for more information.

If you want to get straight to playing with code, go through the steps in the
installation section and then visit the project `demo/01_sequence_analysis`
or the less documented `demo/02_flu`.
installation section and then visit `morloc` examples repo
(here)[https://github.com/morloc-project/examples]. The `fasta` example is a
well-annotated is a nice place to start.

## Status

Expand All @@ -21,11 +22,11 @@ welcome.

## Running morloc

`morloc` should run on Linux and macOS. For Windows, I suggest using [Windows Subsystem for
`morloc` should run on Linux and MacOS. For Windows, I suggest using [Windows Subsystem for
Linux](https://learn.microsoft.com/en-us/windows/wsl/install).

The easiest way to use `morloc` is through containers. Unless you love running
with daemons, I recommend using podman.
The easiest way to start using `morloc` is through containers. Unless you love
running with daemons, I recommend using podman.

A container with the morloc executable and batteries included can be retrieved
from the GitHub container registry as follows:
Expand Down
8 changes: 0 additions & 8 deletions demos/01_sequence_analysis/Makefile

This file was deleted.

52 changes: 0 additions & 52 deletions demos/01_sequence_analysis/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions demos/01_sequence_analysis/bio/bio.hpp

This file was deleted.

8 changes: 0 additions & 8 deletions demos/01_sequence_analysis/bio/main.loc

This file was deleted.

11 changes: 0 additions & 11 deletions demos/01_sequence_analysis/bio/package.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions demos/01_sequence_analysis/fasta/fastaIO.hpp

This file was deleted.

45 changes: 0 additions & 45 deletions demos/01_sequence_analysis/fasta/main.loc

This file was deleted.

11 changes: 0 additions & 11 deletions demos/01_sequence_analysis/fasta/package.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions demos/01_sequence_analysis/main.loc

This file was deleted.

8 changes: 0 additions & 8 deletions demos/01_sequence_analysis/test.fasta

This file was deleted.

10 changes: 0 additions & 10 deletions demos/02_flu/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions demos/02_flu/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions demos/02_flu/data/config.json

This file was deleted.

29 changes: 0 additions & 29 deletions demos/02_flu/data/refs.txt

This file was deleted.

41 changes: 0 additions & 41 deletions demos/02_flu/lib/classify/main.loc

This file was deleted.

9 changes: 0 additions & 9 deletions demos/02_flu/lib/flutypes/main.loc

This file was deleted.

Loading

0 comments on commit f1855f8

Please sign in to comment.