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
+3-4
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,9 @@ pip install ibis-genome
41
41
## Ibis coassemble
42
42
43
43
Snakemake pipeline to discover coassembly sample clusters based on co-occurrence of single-copy marker genes, excluding those genes present in reference genomes (e.g. previously recovered genomes).
44
-
Creates graph with samples as nodes and the number of overlapping sequences provided by SingleM.
45
44
The taxa of the considered sequences can be filtered to target a specific taxon (e.g. the phylum Planctomycetota).
46
-
The graph is clustered using the Girvan-Newman algorithm to provide sample groupings.
47
-
Aviary assemble/recover commands are generated based on proposed coassemblies.
45
+
Assembly and recovery can be run directly, or the coassemblies with differential-abudance-binning samples can be run in the tool of your choice.
46
+
Aviary assemble/recover commands are also generated based on proposed coassemblies.
48
47
Optionally, reads can be mapped to the matched bins with only unmapped reads being assembled.
49
48
Paired end reads of form reads_1.1.fq, reads_1_1.fq and reads_1_R1.fq are automatically detected and matched to their basename.
0 commit comments