Skip to content

Commit ed32710

Browse files
committed
Merge branch 'master' of https://github.com/rozovr/Recycler
2 parents 7fccf9d + f6c08cd commit ed32710

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# recycle
1+
# Recycler
22

3-
recycle extracts cycles likely to be plasmids from metagenome and genome assembly graphs
3+
Recycler: an algorithm for detecting plasmids from de novo assembly graphs
44

5-
##usage: recycle.py [-h] -i INPUT.FASTG -c COMP.FASTA [-l LENGTH] [-m MAX_CV]
5+
##usage: python recycle.py [-h] -i INPUT.FASTG -c COMP.FASTA [-l LENGTH] [-m MAX_CV]
66

77

88
##required arguments:
9-
-i, --input.fastg
9+
-g, --input.fastg
1010
Input (SPAdes 3.50+) FASTG to process (before_rr.fastg recommended)
1111

12-
-c, --comp.fasta
12+
-s, --comp.fasta
1313
FASTA of graph sequences to process [can be whole graph -- i.e., before_rr.fasta -- a single component, etc.]
1414

1515
##optional arguments:
@@ -20,5 +20,4 @@ recycle extracts cycles likely to be plasmids from metagenome and genome assembl
2020

2121
-m, --max_CV
2222
coefficient of variation used for pre-selection
23-
[default: 0.50, higher--> less restrictive]; Note: not
24-
a requisite for selection
23+
[default: 0.25, higher--> less restrictive]

0 commit comments

Comments
 (0)