You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You will need the following python packages installed.
18
18
*[tqdm](https://github.com/tqdm/tqdm)
19
19
20
20
### Downloading GraphBin2
21
-
You can download the latest release of GraphBin from [Releases](https://github.com/Vini2/GraphBin/releases) or clone the GraphBin2 repository to your machine.
21
+
You can download the latest release of GraphBin2 from [Releases](https://github.com/Vini2/GraphBin2/releases) or clone the GraphBin2 repository to your machine.
22
22
23
23
```
24
24
git clone https://github.com/Vini2/GraphBin2.git
@@ -39,7 +39,7 @@ cd GraphBin2/
39
39
### Setting up the environment
40
40
We recommend that you use [Conda](https://docs.conda.io/en/latest/) to run GraphBin2. You can download [Anaconda](https://www.anaconda.com/distribution/) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) which contains Conda.
41
41
42
-
Once you have installed Conda, make sure you are in the GraphBin2 folder. Now run the following commands to create a Conda environment and activate it to run GraphBin.
42
+
Once you have installed Conda, make sure you are in the GraphBin2 folder. Now run the following commands to create a Conda environment and activate it to run GraphBin2.
You can see the usage options of GraphBin by typing ```python graphbin2.py -h``` on the command line. For example,
100
+
You can see the usage options of GraphBin2 by typing ```python graphbin2.py -h``` on the command line. For example,
101
101
102
102
```
103
103
python graphbin2.py -h
@@ -149,7 +149,7 @@ For the SGA version of `graphbin2.py` takes in 4 files as inputs (required).
149
149
150
150
**Note:** abundance.abund is a tab separated file with contig ID and the coverage for each contig in the assembly. metaSPAdes provides the coverage of each contig in the contig identifier of the final assembly. We can directly extract these values to create the abundance.abund file. However, no such information is provided for contigs produced by SGA. Hence, reads should be mapped back to the assembled contigs in order to determine the coverage of SGA contigs.
151
151
152
-
**Note:** Make sure that the initial binning result consists of contigs belonging to only one bin. GraphBin is designed to handle initial contigs which belong to only one bin. Multiple bins for the initial contigs are not supported.
152
+
**Note:** Make sure that the initial binning result consists of contigs belonging to only one bin. GraphBin2 is designed to handle initial contigs which belong to only one bin.
153
153
154
154
**Note:** The binning output file should have comma separated values ```(contig_identifier, bin_number)``` for each contig. The contents of the binning output file should look similar to the example given below. Contigs are named according to their original identifier and the numbering of bins starts from 1.
0 commit comments