Motivated from f5p - we build a network of mobiles to process ONT data. The work is under construction!
f5n can run the following on ARM devices more details
- minimap2 sequence alignment
- samtools sort
- samtools index
- f5c index
- f5c call-methylation
- f5c event alignment
We build a standalone application and a cluster of nodes where a master orchestrates the other nodes. In this way ONT data can be corrected for errors in the field, on the fly!
The source code for the Server can be found here
f5n application can be obtained from:
Additionally you can get development builds from Github releases
Chose ARCHITECTURE
to be armeabi-v7a
or arm64-v8a
. To find what is the ARCHITECTURE
of your phone the easiest way is to google it. Once you download the apk copy it to your phone and install.
VERSION=0.0.4
ARCHITECTURE=armeabi-v7a
wget "https://github.com/SanojPunchihewa/f5n/releases/download/$VERSION/mobilegenomics-f5n-v$VERSION-$ARCHITECTURE-release.apk"
Signature keys of builds are different. Before you switch the installation source, you will have to uninstall the f5n application.
Please contribute to our work by testing,debugging and developing our product. A guide to how to contribute is available here
Please submit your issues here. Make sure your issue is not an existing one. If a similar issue already exists comment or vote under the existing issue.