Skip to content

Instantly share code, notes, and snippets.

@wolegeyun
wolegeyun / basecalling_notes.md
Created April 10, 2023 08:32 — forked from sirselim/basecalling_notes.md
a collection of my notes while working on nanopore basecalling on the Jetson Xavier

Jetson Xavier basecalling notes

initial basecalling runs

'fast' flip-flop calling on the Jetson Xavier

guppy_basecaller --disable_pings --compress_fastq -c dna_r9.4.1_450bps_fast.cfg -i flongle_fast5_pass/ -s flongle_test2 -x 'auto' --recursive 
@wolegeyun
wolegeyun / test_client.cpp
Created May 18, 2022 05:22 — forked from dkargin/test_client.cpp
roscpp service timeout test
#include <ros/ros.h>
#include <std_srvs/Trigger.h>
typedef std_srvs::Trigger RPC;
void test_call(ros::ServiceClient & client)
{
RPC rpc;