From 1ec3eb85c83e67fda2ec636bdf4bf85284906fce Mon Sep 17 00:00:00 2001 From: Broncio Aguilar-Sanjuan Date: Fri, 13 Dec 2024 10:46:59 +0000 Subject: [PATCH] Create README.md for version 0.5.1 --- unicycler/0.5.1/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 unicycler/0.5.1/README.md diff --git a/unicycler/0.5.1/README.md b/unicycler/0.5.1/README.md new file mode 100644 index 000000000..a48191ea2 --- /dev/null +++ b/unicycler/0.5.1/README.md @@ -0,0 +1,18 @@ +# Unicycler container + +Main tools: +- [Unicycler](https://github.com/rrwick/Unicycler) + +Other tools: +- [spades](https://github.com/ablab/spades) +- [racon](https://github.com/isovic/racon) + +Unicycler is a hybrid assembler that takes reads assembled with spades and ties them together with long reads. + +# Example Usage + +``` +unicycler -1 short_reads_1.fastq.gz -2 short_reads_2.fastq.gz -l long_reads.fastq.gz -o output_dir +``` + +Better documentation can be found at [https://github.com/rrwick/Unicycler](https://github.com/rrwick/Unicycler)