File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- # recycle
1
+ # Recycler
2
2
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
4
4
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]
6
6
7
7
8
8
##required arguments:
9
- -i , --input.fastg
9
+ -g , --input.fastg
10
10
Input (SPAdes 3.50+) FASTG to process (before_rr.fastg recommended)
11
11
12
- -c , --comp.fasta
12
+ -s , --comp.fasta
13
13
FASTA of graph sequences to process [ can be whole graph -- i.e., before_rr.fasta -- a single component, etc.]
14
14
15
15
##optional arguments:
@@ -20,5 +20,4 @@ recycle extracts cycles likely to be plasmids from metagenome and genome assembl
20
20
21
21
-m, --max_CV
22
22
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]
You can’t perform that action at this time.
0 commit comments